Matthew Bauer
9cee386f38
windows: refactor
2018-08-07 14:16:55 -04:00
Janne Heß
f3a095dbd2
rainloop: Init at 1.12.1
2018-08-07 19:01:39 +02:00
Janne Heß
25f4a12bc4
smarty3-i18n: Init at 1.0 ( #44622 )
2018-08-07 18:26:49 +02:00
Alyssa Ross
1186bdbf7e
triton: init at 6.1.2
2018-08-07 15:46:39 +01:00
adisbladis
90b5798090
Merge pull request #44534 from LnL7/elixir-1.7.2
...
elixir: 1.7.0 -> 1.7.2
2018-08-07 17:48:54 +08:00
Daiderd Jordan
e4083a7d78
vim_configurable: fix darwin build
2018-08-07 08:45:48 +02:00
Jörg Thalheim
893b080e56
Merge pull request #44522 from Ma27/allow-citrix-custom-certs
...
citrix_receiver: allow custom certs and hooks for the installation
2018-08-07 01:29:49 +01:00
Jörg Thalheim
3a609282a7
Merge pull request #44569 from xeji/p/drop-vimNox
...
vimNox: drop
2018-08-07 01:26:47 +01:00
xeji
937e402b35
Merge pull request #44555 from markuskowa/mpich-cleanup
...
mpich2: cleanup derivation, rename to mpich
2018-08-06 23:17:47 +02:00
WilliButz
354a477f0f
nvtop: init at 0.2.2
2018-08-06 22:44:29 +02:00
Uli Baum
9f96ec8b03
vimNox: drop
...
not updated since 2012, see #40876
2018-08-06 21:36:00 +02:00
Daiderd Jordan
8c026699a7
elixir: expose 1.7 in all-packages.nix
2018-08-06 19:30:05 +02:00
Matthew Bauer
0590b3106b
Merge pull request #44520 from oxij/pkg/appimagekit
...
appimagekit: init at 20180727
2018-08-06 11:14:59 -04:00
Bastian Köcher
fb33305423
linux-kernel: Removes bcm2835_mmal_v4l2_camera_driver patch
...
The patch was only required for kernel 4.16.
2018-08-06 17:36:18 +03:00
Markus Kowalewski
87925f0ba6
mpich2: cleanup, rename to mpich
...
* mpich2 -> mpich
* remove slurm dependency
* use most recent gfortran
* turn enableParallelBulding on
* ensure mpi[cc,cxx,fort] uses default compilers it was built with
2018-08-06 15:27:32 +02:00
Maximilian Bosch
3d7b147a2c
citrix_receiver: drop all packages below 13.8
...
All Citrix versions until 13.7 will be EOLed during the lifetime of
18.09: https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2018-08-06 15:17:14 +02:00
Maximilian Bosch
10b2208ec5
citrix_receiver: allow custom certs and hooks for the installation
...
Sometimes it's required to modify some parts of the Citrix build on
their own which is why `{pre,post}Install` hooks can be quite helpful.
Additionally some corporate clients use their own certificates that
aren't stored as trusted ones in the `cacert` package with all of the
trusted certs by Mozilla.
Now it's possible to add custom certs like this:
``` nix
with import <nixpkgs> { config.allowUnfree = true; };
let path = ../../Downloads/custom-corporate-cert.pem; in
citrix_receiver.override {
extraCerts = [ path ];
}
```
2018-08-06 15:16:16 +02:00
Yegor Timoshenko
c1973f0fec
toggldesktop: init at 7.4.231
2018-08-06 15:12:48 +03:00
Yegor Timoshenko
0d7170cb85
Merge pull request #44459 from kirelagin/b2sum
...
b2sum: init at 20160619
2018-08-06 15:03:53 +03:00
Pascal Wittmann
0efd8a8f70
remove jumanji
...
jumanji isn't activly developed since the end of 2015
and uses an insecure and old version of webkit.
2018-08-06 12:57:17 +02:00
Vladimír Čunát
f504af072b
Merge branch 'master' into staging-next
...
There's been some large rebuild on master.
I don't really have time ATM to find what it was.
2018-08-06 12:07:37 +02:00
Robert Schütz
3b490c653c
ddar: explicitly use python2
2018-08-06 09:28:20 +02:00
Izorkin
5fce5fadf5
tengine: init init at v2.2.2
2018-08-06 08:11:03 +03:00
Silvan Mosberger
08c82ad24c
Merge pull request #44519 from oxij/pkg/biber-cleanup
...
biber: cleanup
2018-08-05 22:21:29 +02:00
Jan Malakhovski
1e3c993286
appimagekit: init at 20180727
2018-08-05 19:49:52 +00:00
Jan Malakhovski
66742ff495
biber: cleanup
2018-08-05 19:45:51 +00:00
Janne Heß
2da02088f7
prototypejs: Init at 1.7.3.0 ( #44428 )
2018-08-05 21:24:56 +02:00
Georg Haas
f09e3a385d
qsstv: init at 9.2.6
2018-08-05 20:49:11 +02:00
Michael Raskin
1df8085132
Merge pull request #44506 from timokau/sage-new-deps
...
Init libbraiding and libhomfly
2018-08-05 15:12:23 +00:00
Timo Kaufmann
aabc55e154
libhomfly: init at 1.02r5
...
libhomfly is a new standard package for sage. See
https://trac.sagemath.org/ticket/25705
2018-08-05 16:50:33 +02:00
Timo Kaufmann
34c2f4150b
libbraiding: init at 1.0
...
libbraiding is a new standard package for sage. See
https://trac.sagemath.org/ticket/25705
2018-08-05 16:50:32 +02:00
Vladimír Čunát
11ceef4769
mesa_drivers: fix a mistake from 4c77fdef4
2018-08-05 10:56:17 +02:00
Michael Raskin
9ac7ec7fc7
vim_configurable: enable gtk3 GUI; Fixes #44440
2018-08-05 10:20:24 +03:00
Jan Tojnar
544f1d471a
Merge pull request #44471 from worldofpeace/elementary-requesites
...
Various elementary necessaries
2018-08-05 00:49:47 +02:00
worldofpeace
5d95f474d8
scour: init at 0.37
2018-08-04 18:19:25 -04:00
worldofpeace
7f57ebd2c4
libunity: init at 7.1.4
2018-08-04 17:37:34 -04:00
Bignaux Ronan
0bc6225bb4
cadence: init at 0.9.0 ( #44281 )
2018-08-04 23:05:42 +02:00
Kyle Lacy
87069061c5
plex-media-player: init at 2.14.1 ( #43839 )
2018-08-04 22:25:48 +02:00
Bignaux Ronan
39ab7a0778
soulseekqt: 2016-1-17 -> 2018-1-30 ( #44460 )
2018-08-04 17:24:52 +02:00
Kirill Elagin
74732ec298
b2sum: init at 20160619
2018-08-04 17:59:20 +03:00
Tuomas Tynkkynen
008fd5fcf5
Merge remote-tracking branch 'upstream/master' into staging
2018-08-04 15:17:42 +03:00
Frederik Rietdijk
944586699e
llvmPackages_34: remove unused
2018-08-04 13:45:59 +02:00
Frederik Rietdijk
699e0e50b7
Merge master into staging-next
2018-08-04 11:43:54 +02:00
Janne Heß
ae4dc14f0b
smarty3: Init at 3.1.32 ( #44427 )
2018-08-04 11:02:23 +02:00
Johannes Löthberg
adc4e1d6b7
inter-ui: init at 2.5 ( #44433 )
...
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-08-04 10:59:32 +02:00
Janne Heß
558c032e53
scriptaculous: Init at 1.9.0 ( #44429 )
2018-08-04 10:09:58 +02:00
xeji
8c784998f6
Merge pull request #44421 from volth/perl-524-528
...
perl: 5.24.4 -> 5.28.0
2018-08-03 22:02:21 +02:00
Maciek Starzyk
af176db5d7
obnam: removed ( #44422 )
2018-08-03 21:43:08 +02:00
Thomas Bach
7e60f1c678
mfcl8690cdw: init lpdr and cupswrapper at 1.0.2/1.0.3 ( #43968 )
...
Provide printer driver for Brother MFC-L8690CDW.
2018-08-03 20:18:32 +02:00
volth
77b8d54aa4
perl: 5.24.4 -> 5.28.0
2018-08-03 18:13:12 +00:00
Robert Schütz
c2649439d5
Merge pull request #44408 from dotlambda/actdiag-application
...
*diag: use python3 and toPythonApplication
2018-08-03 19:59:15 +02:00
Silvan Mosberger
f061271938
Merge pull request #44411 from dotlambda/almonds-python3
...
almonds: use python3
2018-08-03 19:33:12 +02:00
Robert Schütz
5acb3f5774
nwdiag: use python3Packages and toPythonApplication
2018-08-03 19:22:18 +02:00
Robert Schütz
7d4d49bf1d
seqdiag: use python3Packages and toPythonApplication
2018-08-03 19:21:02 +02:00
Robert Schütz
8769f25c6a
blockdiag: use python3Packages and toPythonApplication
2018-08-03 19:18:22 +02:00
Robert Schütz
ae3bbf2958
almonds: use python3
2018-08-03 18:04:46 +02:00
Silvan Mosberger
a7ea08d60d
Merge pull request #44406 from johanot/certmgr-pkgs-init
...
certmgr: init at 1.6.1
2018-08-03 17:55:34 +02:00
Robert Schütz
54ae6ea537
actdiag: use python3 and toPythonApplication
2018-08-03 17:41:31 +02:00
Johan Thomsen
505007471d
certmgr: init at 1.6.1
2018-08-03 17:35:46 +02:00
snaar
841e2ed547
run-scaled: init at 2018-06-03 ( #44385 )
...
* run-scaled: init at 2018-06-03
* run-scaled: change platform from linux to unix to match dependencies
2018-08-03 17:18:13 +02:00
Alexander Krupenkin
8d708d28a1
parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1 ( #44170 )
...
* parity: 1.10.8 -> 1.10.9
* parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1
2018-08-03 16:54:29 +02:00
xeji
725f253190
Merge pull request #44346 from Fork-Native-Light-Foundation/package/protonmail-bridge
...
protonmail-bridge: init at 1.0.5-1
2018-08-03 16:42:54 +02:00
LightDiscord
3f9edf1bd6
protonmail-bridge: init at 1.0.5-1
2018-08-03 14:04:10 +02:00
Johannes Frankenau
d99d14f357
reaper: init at 5.93 ( #44391 )
2018-08-03 13:36:11 +02:00
Orivej Desh
687771ced6
clickhouse: 1.1.54385 -> 18.1.0
2018-08-02 23:29:41 +00:00
John Ericson
89c21fce3f
Merge commit 'master' into staging
2018-08-02 16:13:33 -04:00
Vladimír Čunát
86b5b1e174
Revert "android-studio-preview: Print a deprecation warning"
...
This reverts commit 88bfbf6c7d
.
It broke the tarball job. Discussion:
https://github.com/NixOS/nixpkgs/pull/44310#issuecomment-409690460
2018-08-02 16:32:55 +02:00
xeji
5c7bf43c24
Merge pull request #44342 from carlosdagos/tinyproxy
...
tinyproxy: init at 1.8.4
2018-08-02 16:12:12 +02:00
Giulio Eulisse
ca7b17a4a0
doing: init at 1.0.10pre ( #44034 )
2018-08-02 15:24:23 +02:00
Carlos D
c431713f99
tinyproxy: init at 1.8.4
2018-08-02 18:36:57 +10:00
xeji
9e52696649
Merge pull request #44325 from markuskowa/molcas
...
openmolcas: init at 20180529
2018-08-02 10:32:04 +02:00
Tobias Happ
219970b494
cargo-update: init at 1.5.2 ( #40575 )
2018-08-02 10:28:57 +02:00
Serge Bazanski
742a50dafd
trellis: init 2018.08.01 ( #44328 )
...
* trellis: init 2018.08.01
* trellis: move boost to buildInputs
* trellis: remove leftover debug clause
2018-08-02 10:18:47 +02:00
Markus Kowalewski
484473b184
openmolcas: init at 20180529
2018-08-02 10:18:17 +02:00
Markus Kowalewski
b908b7d68d
globalarrays: init at 5.7
2018-08-02 10:18:08 +02:00
Bignaux Ronan
38e582c91d
photon: init at 1.0.7 ( #44269 )
2018-08-02 09:49:54 +02:00
Jan Tojnar
0a12371dfb
https://gitlab.gnome.org/GNOME/gnome-keyring/issues/1
2018-08-02 00:32:51 +02:00
Justin Bedő
51fc0ef8d2
somatic-sniper: init 1.0.5.0 ( #43403 )
2018-08-01 22:11:13 +02:00
Maximilian Bosch
cd5e01edd9
ocserv: init at 0.12.1 ( #42871 )
...
`ocserv` is a VPN server which follows the openconnect protocol
(https://github.com/openconnect/protocol ). The packaging is slightly
inspired by the AUR version
(https://aur.archlinux.org/packages/ocserv/ ).
This patch initializes the package written in C, the man pages and a
module for a simple systemd unit to run the VPN server. The package
supports the following authentication methods for the server:
* `plain` (mostly username/password)
* `pam`
The third method (`radius`) is currently not supported since `nixpkgs`
misses a packaged client.
The module can be used like this:
``` nix
{
services.ocserv = {
enable = true;
config = ''
...
'';
};
}
```
The option `services.ocserv.config` is required on purpose to
ensure that nobody just enables the service and experiences unexpected
side-effects on the system. For a full reference, please refer to the
man pages, the online docs or the example value.
The docs recommend to simply use `nobody` as user, so no extra user has
been added to the internal user list. Instead a configuration like
this can be used:
```
run-as-user = nobody
run-as-group = nogroup
```
/cc @tenten8401
Fixes #42594
2018-08-01 21:39:09 +02:00
Jaka Hudoklin
e4ca48c224
confluent: init at 4.1.1-2.11 ( #43137 )
2018-08-01 21:35:42 +02:00
Yuri Aisaka
9caf7ec5a4
pybind11: init at 2.2.2 ( #35027 )
...
* pybind11: init at 2.2.2
* fix license
* remove test dependencies
2018-08-01 21:14:51 +02:00
Ivan Malison
e090fb2967
gitter: init at 4.1.0 ( #43505 )
2018-08-01 20:51:17 +02:00
Michael Weiss
8aa04df600
Merge pull request #44310 from primeos/android-studio-improvements
...
Android Studio improvements
2018-08-01 20:24:03 +02:00
Michael Weiss
8caeec1ba7
androidStudioPackages: Use recurseIntoAttrs
...
IMO it makes sense that the other channels show up in nix-env as well.
2018-08-01 19:47:36 +02:00
Michael Weiss
88bfbf6c7d
android-studio-preview: Print a deprecation warning
...
Hope this is ok... :)
2018-08-01 19:47:36 +02:00
Tuomas Tynkkynen
6260fc8b8e
Merge remote-tracking branch 'upstream/master' into staging
2018-08-01 19:06:09 +03:00
Maximilian Bosch
134c5cc8db
termite: factor wrapper out into its own file ( #43691 )
...
Until now it's impossible to override the attrs of the actual build
instruction for the `termite` package like this:
```
termite.overrideAttrs (_: {
# ...
})
```
This issue occurs since the `termite/default.nix` expressions returns
the `symlinkJoin` expression when I override termite (e.g. to provide a
config file).
I recently patched termite and wanted to apply this patch to my local
termite installation in my system config which is impossible this, so
splitting the wrapper and the build instruction into their own files
makes this way easier to maintian.
2018-08-01 16:09:55 +02:00
leenaars
2b75a7266c
ipgrep: init at 1.0 ( #43887 )
2018-08-01 15:40:57 +02:00
Mario Rodas
4cc3a18fcd
brakeman: init at 4.3.1 ( #44294 )
2018-08-01 15:15:29 +02:00
Mario Rodas
dc4abdfd86
ia-writer-duospace: init at 20180721 ( #43937 )
2018-08-01 15:13:50 +02:00
Daniël de Kok
186cf1c4d6
cargo-asm: init at 0.1.16 ( #44182 )
2018-08-01 15:03:03 +02:00
markuskowa
34f6b0cc0e
halide: init at 2018_02_15 ( #44207 )
2018-08-01 14:57:51 +02:00
Jörg Thalheim
3ea0322f63
Merge pull request #44197 from etu/php-kill-56-and-70
...
php: drop 5.6 and 7.0
2018-08-01 12:49:56 +01:00
Jens Binkert
90ce71eb0c
ldmtool: init at 0.2.4 ( #43975 )
2018-08-01 11:40:07 +02:00
Jörg Thalheim
02ba14dbd2
Merge pull request #44249 from lukeadams/scrcpy
...
scrcpy: init at v1.2
2018-08-01 09:14:27 +01:00
leenaars
184a30bdc2
inriafonts: init at 1.200 ( #44280 )
2018-08-01 09:57:32 +02:00
Léo Gaspard
cccfa8f395
global-platform-pro: init at 0.3.10-rc11
2018-08-01 13:53:33 +09:00
Luke Adams
06b429062f
scrcpy: init at v1.2
2018-07-31 21:56:11 -05:00
Daniël de Kok
e8d6ceaf39
liblinear: init at 2.20 ( #44178 )
...
Since building liblinear is very similar to libsvm, this expression
is largely based on libsvm.
2018-07-31 23:52:04 +02:00
Théo Zimmermann
fd03ba85cc
mustache-go: init at 1.0.1 ( #44175 )
2018-07-31 23:48:54 +02:00
Edmund Wu
bb0cb24de2
capitaine-cursors: init at r2.1 ( #44208 )
2018-07-31 23:47:31 +02:00
Robert Schütz
2ea26fb794
bittornado: init at unstable-2018-02-09 ( #43770 )
2018-07-31 14:23:15 +02:00
Jan Tojnar
a81f73da7d
Merge pull request #44016 from ebzzry/master
...
stumpish: init at 0.0.1
2018-07-31 13:57:40 +02:00
Frederik Rietdijk
d56b54cb3c
Merge master into staging
2018-07-31 13:19:20 +02:00
Jörg Thalheim
94cbb8e3cd
Merge pull request #44251 from kalbasit/add-browsh
...
browsh: init at 1.4.10
2018-07-31 11:11:37 +01:00
Rommel MARTINEZ
a2fafda55a
stumpish: init at 0.0.1
2018-07-31 16:56:24 +08:00
Sarah Brofeldt
cb19404faf
Merge pull request #44245 from Infinisil/add/bukubrow
...
bukubrow: Init at 2.4.0
2018-07-31 08:35:39 +02:00
Wael M. Nasreddine
446b72ef3b
browsh: init at 1.4.10
...
closes #43283
2018-07-30 23:19:38 -07:00
aszlig
c8b973d318
eresi: init at 0.83-a3-phoenix
...
While I'm not sure whether it's suitable for my tasks it might be useful
for others doing reverse engineering, so I decided to package it.
The software seems to have stalled development since a while but became
active again recently, so hopefully some of the issues with packaging
will be fixed and they might want to move away from their handwritten
configure script.
I've tested the package on both i686-linux and x86_64-linux, however the
automated test suite seems to be broken upstream at the moment so I
didn't set doCheck to true, but once this is fixed, we can enable them
in a future update.
Signed-off-by: aszlig <aszlig@nix.build>
2018-07-31 08:17:39 +02:00
Bjørn Forsman
09fcfb6168
Merge pull request #36621 from jfrankenau/init-rapid-photo-downloader
...
rapid-photo-downloader: init at 0.9.9
2018-07-31 01:59:50 +02:00
Silvan Mosberger
2ee3d84a96
bukubrow: init at 2.4.0
2018-07-30 23:02:19 +02:00
John Ericson
9fb6462817
Merge commit master into staging
2018-07-30 15:33:01 -04:00
Jamey Sharp
126f205752
gnome-builder: init at 3.28.4
2018-07-30 12:09:03 -07:00
Andreas Rammhold
80b5f5227e
jsonrpc-glib: init at 3.28.1
2018-07-30 16:23:15 +02:00
Andreas Rammhold
b2c565eee5
template-glib: init at 3.28.0
2018-07-30 16:23:10 +02:00
Jörg Thalheim
b4d668859a
Merge pull request #44205 from manveru/golangci-lint
...
golangci-lint: init at 1.9.2
2018-07-30 13:45:44 +01:00
Jörg Thalheim
9cfc9de70f
Merge pull request #44161 from Izorkin/nginx-modules
...
Nginx modules
2018-07-30 11:39:10 +01:00
Jörg Thalheim
a42311a9f6
Merge pull request #44209 from samueldr/feature/nix-top
...
nix-top: init at 0.1.0 -> 0.2.0
2018-07-30 10:05:29 +01:00
Michael Fellinger
06eb270c8f
golangci-lint: init at 1.9.2
2018-07-30 10:23:57 +02:00
Vladimír Čunát
848fa35c24
Merge #43378 into staging: mesa: enableTextureFloats
2018-07-30 08:16:20 +02:00
Jan Tojnar
63ef1e9381
Merge pull request #43160 from jtojnar/pulseaudio-12
...
pulseaudio: 11.1 → 12.2
2018-07-29 22:40:54 +02:00
Samuel Dionne-Riel
92eedad50b
nix-top: init at 0.1.0
2018-07-29 16:20:22 -04:00
Jan Tojnar
f2163b9dff
paprefs: 0.9.10 → 1.0
2018-07-29 21:19:46 +02:00
Jan Tojnar
d69f3a2a43
pulseaudio: 11.1 → 12.2
...
GConf was finally removed in favour of GSettings.
Removes patches that were upstreamed and caps-fix.patch, which is
not needed since f1d465f429
.
2018-07-29 21:19:45 +02:00
Matthew Bauer
c5f1717a19
Merge pull request #43702 from oxij/pkg/checked-glib
...
glib: use tested version when `doCheckByDefault` is set
2018-07-29 15:19:44 -04:00
Elis Hirwing
7e6b76fc6b
php: drop 5.6 and 7.0
...
Both 5.6 and 7.0 is currently on life support, as in only recieving
security related patches.
This will only continue until:
- 2018-12-31 for PHP 5.6
- 2018-12-01 for PHP 7.0
Both these dates are in the middle of the 18.09 lifecycle. So it would
be nice to not have them in the 18.09 stable release. Dropping them
now would also result in less maintanance in updating them.
The death dates can be seen on both these links:
- https://secure.php.net/supported-versions.php
- https://en.wikipedia.org/wiki/PHP#Release_history
2018-07-29 20:17:58 +02:00
Fernando José Pando
285d770949
httperf: init at 0.9.1
...
* httperf: init at 0.9.1
- tested on nixos
* httperf: 0.9.1 add ssl support
* httperf: 0.9.1 default-build-phase
* httperf: 0.9.1 fix pname
2018-07-29 09:41:15 -07:00
Jan Tojnar
3390678545
Merge pull request #43681 from worldofpeace/lightdm-1.26.0
...
lightdm: 1.24.0 -> 1.26.0
2018-07-29 17:12:49 +02:00
Izorkin
a7a7033e45
msgpuck: init at v2.0
2018-07-29 14:54:08 +03:00
Jörg Thalheim
bdfba1a954
Merge branch 'master' into update/grv-0.2.0
2018-07-29 12:18:18 +01:00
Jörg Thalheim
eceab20f28
Merge pull request #44191 from Mic92/julia-cleanup
...
julia: remove unsupported versions
2018-07-29 12:16:55 +01:00
Jörg Thalheim
8c705beab7
julia-git: remove
2018-07-29 10:17:19 +01:00
Jörg Thalheim
9bc989b2df
julia_04: remove
2018-07-29 10:16:15 +01:00
Jörg Thalheim
4b5a809e6e
julia_05: remove
2018-07-29 10:14:51 +01:00
Frederik Rietdijk
8db716d9f3
Merge master into staging-next
2018-07-28 12:31:35 +02:00
Dominik Xaver Hörl
6613fea80e
android-file-transfer: init at 3.4
2018-07-27 20:20:41 -07:00
Matthew Bauer
0e707034b5
st: fix patches passing
2018-07-27 19:39:15 -04:00
John Ericson
574871ea7f
Merge pull request #44164 from LnL7/llvm-man-output
...
llvm-packages: fix manpages on darwin
2018-07-27 19:30:38 -04:00
Daiderd Jordan
2100f462a5
llvm-packages: expose manpages in all-packages.nix
...
Only for the default version, we probably shouldn't be exposing
most attributes all versions.
2018-07-28 00:08:31 +02:00
Bas van Dijk
ebcdb822f8
elk: 6.2.4 -> 6.3.2
...
* The ELK stack is upgraded to 6.3.2.
* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
a suite of additional features. These are however licensed under the unfree
"Elastic License".
* Fortunately they also provide OSS versions which are now packaged
under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
Note that the naming of the attributes is consistent with upstream.
* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
version by default. You can also run the test on the unfree ELK using:
`NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00
worldofpeace
ed8fbbbfa9
lightdm: 1.24.0 -> 1.26.0
...
* now uses fetchFromGitHub too
2018-07-27 11:37:49 -04:00
Jörg Thalheim
f026e85080
libgit2_0_25: remove
2018-07-27 13:35:24 +01:00
Jörg Thalheim
84c75d5a50
blsd: bump libgit
2018-07-27 13:34:35 +01:00
Janne Heß
6d2ab18915
sieve-connect: Init at 0.89
2018-07-26 14:12:03 -07:00
Will Dietz
a9300b2b6b
libgit2_0_27: init
2018-07-26 15:35:21 -05:00
Frederik Rietdijk
f59e6f4037
Merge master into staging
2018-07-26 16:18:53 +02:00
Jos van Bakel
812f4749ae
rshell: init at 0.0.14
2018-07-26 06:12:06 -07:00
Robert Schütz
72934aa94e
beets: use python3Packages
2018-07-26 12:43:18 +02:00
Robert Schütz
48eb8c4e88
spyder: remove from pythonPackages
...
Spyder is an application only and therefore does not belong in pythonPackages.
2018-07-26 12:43:18 +02:00
Frederik Rietdijk
ea91420675
Merge pull request #43886 from FRidh/vim
...
qvim, vim_configurable: get rid of composableDerivation
2018-07-26 11:42:40 +02:00
Carlos D
4758fe7c56
kustomize: init at 1.0.4
2018-07-25 21:10:07 -07:00
Matthew Bauer
444857b15c
Merge pull request #43048 from Nadrieril/passff-host
...
passff-host: init at 1.0.2
2018-07-25 13:27:02 -04:00
John Ericson
f5364327e8
Merge pull request #44081 from obsidiansystems/stdenv-cross-allowedRequisites
...
cross stdenv: Forget `allowedRequisites = nulll;` on inline
2018-07-25 10:22:57 -04:00
Wael M. Nasreddine
8fb92a733e
kubetail: init at 1.6.1
2018-07-25 07:15:42 -07:00
Sage
49ae194b23
yaxg: init at 2018-07-20
...
* yaxg: init at 2018-07-20
* yaxg: replaced makeWrapper with wrapProgram
* yaxg: Fixed version number and some formatting
2018-07-25 07:14:14 -07:00
Tuomas Tynkkynen
cd5095c0ee
simg2img: Init at 1.1.3
2018-07-25 15:55:23 +03:00
Carles Pagès
4ccaa7de8e
Merge pull request #43774 from Infinisil/fix/minecraft
...
minecraft: clean and fix up
2018-07-25 12:32:00 +02:00
Peter Simons
07bbbe9beb
runelite: fix evaluation errors
2018-07-25 09:59:18 +02:00
John Ericson
87357fc39c
cross stdenv: Forget allowedRequisites = nulll;
on inline
2018-07-25 03:58:49 -04:00
John Ericson
5dabbf4273
Merge pull request #44069 from obsidiansystems/gcc-libs
...
libgcc: Init at 7.3.0
2018-07-25 03:10:05 -04:00
John Ericson
310cb76135
libgcc: Init at 7.3.0
...
This will be very useful for bootstrapping, eventually.
2018-07-25 01:24:38 -04:00
Daniël de Kok
52e7494186
dbxml: init at 6.1.4
...
Website: https://www.oracle.com/database/berkeley-db/xml.html
Changelog: http://download.oracle.com/otndocs/products/berkeleydb/html/dbxml614.html
2018-07-24 20:27:51 -07:00
Wael M. Nasreddine
fec22d4ff4
amazon-ecr-credential-helper: init at 0.1.0
2018-07-24 20:26:41 -07:00
Wael M. Nasreddine
6688b650f8
pet: init at 0.3.2
2018-07-24 20:25:39 -07:00
John Ericson
0f3a7982e7
libstdcxx5: Move around ahead of other GCC libs being added
2018-07-24 20:22:51 -04:00
John Ericson
839f96a4c5
crossLibcStdenv: Just use overrideCC
...
Now that we don't hackily override `mkDerivation`, the TODO is solved
and we just can!
2018-07-24 20:01:43 -04:00
Profpatsch
710f0f8c10
skarnet software: rename attributes and split outputs
...
Change the attribute names of camelCased utils to kebab-case to improve
consistency.
Split every package into multiple outputs where possible.
2018-07-25 00:06:31 +02:00
Silvan Mosberger
e56b97fcf1
Merge pull request #43641 from jfrankenau/ffmpeg-libmysofa
...
libmysofa: init at 0.6 and enable in ffmpeg-full
2018-07-25 00:03:22 +02:00
Bas van Dijk
7098bcac27
libtensorflow: support building on OS X and add optional cuda support
2018-07-24 22:08:38 +02:00
Domen Kožar
4c0cc62d29
cachix: build on supported platforms
2018-07-24 20:05:14 +01:00
Frederik Rietdijk
099c13da1b
Merge staging-next into master ( #44009 )
...
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.
* libffi: simplify using `checkInputs`
* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix
* utillinux: 2.32 -> 2.32.1
https://lkml.org/lkml/2018/7/16/532
* busybox: 1.29.0 -> 1.29.1
* bind: 9.12.1-P2 -> 9.12.2
https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html
* curl: 7.60.0 -> 7.61.0
* gvfs: make tests run, but disable
* ilmbase: disable tests on i686. Spooky!
* mdds: fix tests
* git: disable checks as tests are run in installcheck
* ruby: disable tests
* libcommuni: disable checks as tests are run in installcheck
* librdf: make tests run, but disable
* neon, neon_0_29: make tests run, but disable
* pciutils: 3.6.0 -> 3.6.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions .
* mesa: more include fixes
mostly from void-linux (thanks!)
* npth: 1.5 -> 1.6
minor bump
* boost167: Add lockfree next_prior patch
* stdenv: cleanup darwin bootstrapping
Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.
* Revert "pciutils: use standardized equivalent for canonicalize_file_name"
This reverts commit f8db20fb3a
.
Patching should no longer be needed with 3.6.1.
* binutils-wrapper: Try to avoid adding unnecessary -L flags
(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>
* libffi: don't check on darwin
libffi usages in stdenv broken darwin. We need to disable doCheck for that case.
* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook
* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273
When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.
* parity-ui: fix after merge
* python.pkgs.pytest-flake8: disable test, fix build
* Revert "meson: 0.46.1 -> 0.47.0"
With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.
When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.
Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.
I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)
This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.
--
Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).
Fixes #43650 .
This reverts commit 305ac4dade
.
(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01:00
Peter Simons
2c72d70970
arena: package initial version 1.1 of the Chess GUI
2018-07-24 15:40:58 +02:00
Jan Malakhovski
456d3e3192
glib: use tested version when doCheckByDefault
is set
...
This changes the way how the `glib` dependecy cycles are broken to make
the tested `glib` the default.
`glib-tested` is no longer needed as packages now use the checked version when
`doCheckByDefault` is set, since it was not used anywhere, I removed it.
2018-07-23 23:04:05 +00:00
Wael M. Nasreddine
928c93ea7b
perkeep: 20170505 -> 0.10.1
...
Also rewrite the derivation to use buildGoPackage
2018-07-23 13:04:35 -07:00
Matthew Bauer
f03238525c
Merge pull request #43596 from Kmeakin/runelite
...
runelite: init at 1.6.0
2018-07-23 12:25:38 -04:00
Matthew Bauer
6d880d2d5b
Merge pull request #42149 from timjrd/openspace-rebase
...
openspace: init at 0.11.1
2018-07-23 11:38:06 -04:00
Tim Steinbach
f89e07dd24
linux: 4.17.8 -> 4.17.9
2018-07-22 22:42:54 -04:00
Anton-Latukha
7ebc3ab2a6
mesa: cleanup: rm defunct glx-rts & sysfs flags, grsec/PaX patch
...
Config log:
```
configure: WARNING: unrecognized options: --disable-glx-rts, --enable-sysfs
```
2018-07-22 21:41:48 +03:00
Anton-Latukha
4c77fdef4a
mesa_drivers: reduced to alias of mesa_noglu
2018-07-22 21:41:48 +03:00
Anton-Latukha
c56dd53092
mesa, mesa-darwin: free up floating point textures (patents expired)
...
https://cgit.freedesktop.org/mesa/mesa/commit/?id=66673bef941af344314fe9c91cad8cd330b245eb
https://www.phoronix.com/scan.php?page=news_item&px=OpenGL-Texture-Float-Freed
2018-07-22 21:41:40 +03:00
Frederik Rietdijk
72a8c0feb6
python.pkgs.ghp-import: move to all-packages.nix
...
because it's an application
2018-07-22 12:00:03 +02:00
Frederik Rietdijk
3209775495
Merge master into staging
2018-07-22 11:14:41 +02:00
Frederik Rietdijk
6c72782d36
Merge staging-next into master
2018-07-22 11:04:28 +02:00
volth
cc55a3ebcb
treewide: fix build with disallowed aliases ( #43872 )
...
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
Jan Tojnar
710d4e76dd
Merge pull request #43868 from jtojnar/drop-geoclue1
...
Drop geoclue1 & geoclue2: 2.4.8 → 2.4.10
2018-07-22 00:41:45 +02:00
Vladimír Čunát
bddcd35e1d
Merge #43141 : lua-5.3 and lpeg updates
2018-07-21 23:05:44 +02:00
Matthew Bauer
916f096911
Merge pull request #43890 from matthewbauer/mingw-fixes
...
Mingw fixes
2018-07-21 17:04:20 -04:00
Matthew Bauer
09fed91ec8
file: build on windows
2018-07-21 17:00:05 -04:00
Matthew Bauer
53cb8dc09e
windows.libgnurx: init
2018-07-21 17:00:05 -04:00
Daiderd Jordan
d3cc05e607
Merge pull request #43561 from LnL7/darwin-llvm-boot
...
stdenv: cleanup darwin bootstrapping
2018-07-21 22:37:17 +02:00
Frederik Rietdijk
ad47d658d1
Merge master into staging-next
2018-07-21 19:43:53 +02:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5
2018-07-21 15:41:22 +01:00
Bas van Dijk
1c48e89eb1
libtensorflow: init at 1.8.0
...
Required for haskell.packages.ghc822.tensorflow
2018-07-21 16:22:13 +02:00
Frederik Rietdijk
539f4f644a
vim_configurable: get rid of composableDerivation
...
Use `stdenv.mkDerivation` directly instead of `composableDerivation`.
Some configure flags may have changed as the conversion wasn't exactly
straightforward.
2018-07-21 13:48:19 +02:00
Daiderd Jordan
93c34c7616
stdenv: cleanup darwin bootstrapping
...
Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.
2018-07-21 11:42:37 +02:00
Daiderd Jordan
d4943ea0c9
Merge pull request #43523 from Enzime/fix/synergy-on-darwin
...
Fix Synergy building on macOS
2018-07-21 11:34:56 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Jan Tojnar
919a507cb2
geoclue2: move to default.nix
2018-07-21 02:30:10 +02:00
Jan Tojnar
75162b1045
geoclue: drop
2018-07-21 02:29:02 +02:00
Sarah Brofeldt
ce7ff54ceb
Merge pull request #43786 from acowley/paraview-5.5.2
...
paraview: 5.4.1 -> 5.5.2
2018-07-20 15:10:49 +02:00
Frederik Rietdijk
8213ff161c
Merge master into staging-next
2018-07-19 18:24:24 +02:00
Robert Schütz
e7e5aaa0b9
Merge pull request #43782 from Ma27/fix-simpleldap-python3
...
python3Packages.simpleldap: remove
2018-07-19 17:54:13 +02:00
Maximilian Bosch
0adca53c79
inginious: remove
...
Fallout of 9db7f15ea3ce57eee25458daf87cce7a04ea98b2 which removed
simpleldap.
@layus suggests to remove:
* https://github.com/NixOS/nixpkgs/pull/43782#issuecomment-406186881
* https://github.com/NixOS/nixpkgs/pull/31975#issuecomment-346647857
2018-07-19 17:31:40 +02:00
Matthew Bauer
dc24ab2776
gtkd: fixup from treewide commit
...
This was mistakenly replaced when it was already avoiding the alias.
Thanks @jtojnar
2018-07-19 09:57:29 -04:00
Tim Steinbach
e953d314a8
docker: 18.03 -> 18.06
2018-07-19 08:34:13 -04:00
Johannes Frankenau
402ee4e9ea
mpv: use wrapper for scripts and add mpris script
2018-07-19 09:50:32 +02:00
lewo
fd3b874ee6
Merge pull request #43606 from MarcFontaine/xlog
...
xlog: init at 2.0.15
2018-07-19 09:12:38 +02:00
Matthew Bauer
26cd7bb90b
Merge pull request #43558 from herberteuler/nethack-qt
...
nethack: add qt support on linux
2018-07-19 00:34:24 -04:00
Matthew Bauer
aab3182ca4
lollypop-portal: use callPackage
...
otherwise we get this error on evaluation:
derivation 'lollypop-portal' has invalid meta attribute 'override'
derivation 'lollypop-portal' has invalid meta attribute 'overrideDerivation'
2018-07-18 23:25:19 -04:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Anthony Cowley
6690ec57f8
paraview: 5.4.1 -> 5.5.2
...
This update should also fix the build the hydra: one part of the
change is to build paraview with Qt-5.9, as this is the configuration
that paraview upstream supports.
2018-07-18 20:05:15 -04:00
Silvan Mosberger
47f78cd36a
minecraft: clean and fix up
...
The launcher now downloads almost all required libraries itself into
~/.minecraft and there's nothing one can do about it. Sound only works
with libpulseaudio though
2018-07-19 00:05:53 +02:00
Silvan Mosberger
b9c9a34d8c
Merge pull request #42679 from Moredread/vcvrack/init
...
vcv-rack: Init at 0.6.2b
2018-07-18 22:13:02 +02:00
Silvan Mosberger
810f91f46d
Merge pull request #43308 from Chiiruno/dev/hydron
...
hydron: init at 2018-07-11
2018-07-18 22:10:11 +02:00
Okina Matara
920f1bc190
hydron: init at 2018-07-15
2018-07-18 13:17:42 -05:00
André-Patrick Bubel
6878c20af9
vcv-rack: init at 0.6.2b
2018-07-18 19:08:38 +02:00
Thomas Tuegel
9cfbef8bf2
Merge pull request #43609 from ttuegel/emacs-packages-2018-07-14
...
Emacs package updates
2018-07-17 17:53:54 -05:00
Yegor Timoshenko
072febaa92
sdcc: null out gputils by default
2018-07-17 19:05:15 +03:00
Yorick van Pelt
9ba3b39e44
gputils: init at 1.5.0-1
2018-07-17 17:28:13 +02:00
Michael Raskin
c4de32e192
Merge pull request #43624 from oxij/tree/fix-or-disable-tests
...
treewide: either fix or disable tests
2018-07-17 14:49:26 +00:00
Jan Malakhovski
02acff8839
neon, neon_0_29: make tests run, but disable
2018-07-17 14:41:53 +00:00
lewo
a7d17e287a
Merge pull request #43644 from flokli/ksonnet
...
ksonnet: init at 0.11.0
2018-07-17 15:08:42 +02:00
Florian Klink
cf00b9aff4
ksonnet: init at 0.11.0
...
closes #42596
2018-07-17 14:37:43 +02:00
MarcFontaine
325dd796d1
xlog: init at 2.0.15
2018-07-17 13:50:48 +02:00
Zack Grannan
c17decb15c
markdown-pp: init at 1.4 ( #43525 )
...
* markdown-pp: init at 1.3
* Increment version, fix tests
2018-07-17 13:24:13 +02:00
Frederik Rietdijk
12949bf84a
Merge master into staging
2018-07-17 10:05:50 +02:00
Frederik Rietdijk
1ae2f10642
Merge staging-next into master
2018-07-17 10:04:59 +02:00
lewo
bac995cd9f
Merge pull request #43384 from mbode/aws-rotate-key
...
aws-rotate-key: init at 1.0.0
2018-07-17 09:05:28 +02:00
Tuomas Tynkkynen
8258f5bda4
ibniz: init at 1.18
2018-07-17 02:51:41 +03:00
Johannes Frankenau
91622a24aa
libmysofa: init at 0.6 and enable in ffmpeg-full
2018-07-16 21:35:47 +02:00
volth
391d9ecc09
perlPackages -> perl{522,524,526,528}Packages
2018-07-16 19:26:05 +00:00
Peter Simons
9a32dafd05
Merge pull request #43444 from Infinisil/idris-cleanup
...
idris: Recurse into attrs, fix build and remove unneeded overrides
2018-07-16 20:38:53 +02:00
Thomas Tuegel
a5f026f778
emacsPackagesNg.magit: find Git during build
2018-07-16 12:29:10 -05:00
xeji
f4fbdf0578
Merge pull request #43601 from thefloweringash/ffmpeg-libvpx
...
ffmpeg, ffmpeg-full: enable libvpx on Darwin
2018-07-16 17:16:56 +02:00
Frederik Rietdijk
6d339e5863
Merge staging-next into staging
2018-07-16 17:14:44 +02:00
Maximilian Bode
7741be72e7
aws-rotate-key: init at 1.0.0
2018-07-16 16:21:38 +02:00
Michael Hoang
fe69ee86c8
Fix Synergy building on macOS
...
Update gtest and gmock to fix clang compiler issues, as well as patch
CMakeLists.txt in multiple places to fix other issues on macOS.
2018-07-16 23:57:40 +10:00
Frederik Rietdijk
3c09808160
Merge master into staging-next
2018-07-16 07:43:37 +02:00
Wael M. Nasreddine
fd2448b2e6
aerospike: init at 4.2.0.4
...
Co-authored-by: Volth <volth@webmaster.ms>
2018-07-16 04:21:47 +00:00
Andrew Childs
e8b29688c8
ffmpeg-full: enable libvpx on Darwin
2018-07-16 13:15:23 +09:00
Franz Pletz
e3291c31ed
Merge pull request #43447 from worldofpeace/lollypop-portal
...
lollypop-portal: init at 0.9.7
2018-07-16 04:02:57 +00:00
Franz Pletz
3a35984fb0
Merge pull request #43590 from dtzWill/feature/gnomecast
...
gnomecast: init at 1.4.0
2018-07-16 03:43:26 +00:00
Karl Meakin
bae01e0348
runelite: init at 1.6.0
2018-07-16 03:12:17 +01:00
Thomas Tuegel
d3cea48608
emacsPackagesNg: 2018-07-15 update
...
All package sets are simultaneously updated to accommodate changes to
package-build. Due to new restrictions in package-build, all packages using
`melpaBuild` must now provide a recipe file, even those packages which are not
included in upstream MELPA.
2018-07-15 20:52:41 -05:00
Jan Tojnar
c19652a60f
xneur_0_8: drop
2018-07-16 01:49:46 +02:00
Jan Tojnar
f5831fb66b
xneur: 0.13.0 → 0.20.0
2018-07-16 01:49:46 +02:00
xeji
311f017066
Merge pull request #43494 from jb55/clipmenu-master
...
clipmenu: init at 5.4.0
2018-07-16 00:48:31 +02:00
Will Dietz
4626d0b255
gnomecast: init at 1.4.0
...
also pycaption, required dep.
2018-07-15 17:45:16 -05:00
Shea Levy
ed23255c5a
Merge branch 'init-gurobi' of git://github.com/jfrankenau/nixpkgs
2018-07-15 18:25:07 -04:00
Franz Pletz
d34cc21526
Merge pull request #43541 from jfrankenau/update-cura
...
cura: 3.3.1 -> 3.4.1
2018-07-15 21:45:35 +00:00