Commit Graph
149424 Commits
Author SHA1 Message Date
Maximilian BoschandRobert Schütz 3819c542ba python3Packages.asgiref: 2.2.0 -> 2.3.2 (#44563)
2.3.2 supports async-timeout@3.x which fixes https://hydra.nixos.org/build/78889815.
2018-08-06 21:29:19 +02:00
Robert Schütz db436734cd home-assistant: 0.75.1 -> 0.75.2 2018-08-06 21:23:17 +02:00
Wael M. Nasreddine e8a5f6c225 tmuxPlugins: expose mkDerivation for creating a TMUX plugins 2018-08-06 12:17:45 -07:00
Tim Steinbach 6b57315764 linux: 4.17.12 -> 4.17.13 2018-08-06 15:15:00 -04:00
Tim Steinbach ecfc3d9373 linux: 4.14.60 -> 4.14.61 2018-08-06 15:14:49 -04:00
Tim Steinbach 099671894d linux: 4.9.117 -> 4.9.118 2018-08-06 15:14:40 -04:00
Tim Steinbach 39335e6928 linux: 4.4.145 -> 4.4.146 2018-08-06 15:14:27 -04:00
Daiderd Jordan 5b2ff69544 python-language-server: add providers option
Adding all of the extra dependencies isn't always desirable and
overriding a bunch of inputs is a bit cumbersome and brittle.

eg.

python-language-server.override { providers = ["rope"]; }
2018-08-06 20:41:52 +02:00
Silvan MosbergerandGitHub b234f07762 Merge pull request #44559 from kalbasit/nixpkgs_fix-tmux-fzf-url
tmux-plugins: fix the fzf-tmux-url derivation
2018-08-06 20:41:01 +02:00
Wael M. Nasreddine 9bf0ebac7e tmux-plugins: fix the fzf-tmux-url derivation 2018-08-06 11:15:16 -07:00
Daiderd Jordan d12afcf734 python-language-server: 0.18.0 -> 0.19.0 2018-08-06 19:48:24 +02:00
Daiderd Jordan 8c026699a7 elixir: expose 1.7 in all-packages.nix 2018-08-06 19:30:05 +02:00
James Woodandxeji 9934f0bb51 AgdaStdlib: 0.15 -> 0.16 (#44550) 2018-08-06 18:39:11 +02:00
Pascal Wittmann 619d51f290 rambox: restrict to supported platforms 2018-08-06 18:30:20 +02:00
Tuomas Tynkkynen a2f499e21d linux_testing: 4.18-rc7 -> 4.18-rc8 2018-08-06 18:44:43 +03:00
Peter SimonsandGitHub 37adba4045 Merge pull request #44543 from peterhoeg/u/emacs
emacs: make a number of melpa packages work again
2018-08-06 17:39:09 +02:00
Bastian Köcher 60e1e81201 services.plasma5: Make activationscript use absolute path to
`kbuildsyscoca5`
2018-08-06 17:15:53 +02:00
Matthew BauerandGitHub 0590b3106b Merge pull request #44520 from oxij/pkg/appimagekit
appimagekit: init at 20180727
2018-08-06 11:14:59 -04:00
Markus Kowalewski ef301cc2a8 mpich: change platform to linux only 2018-08-06 16:59:41 +02:00
Bastian KöcherandTuomas Tynkkynen 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
Robin Gloster fcf067a1aa nixos/release.nix: add docker-registry test 2018-08-06 16:31:33 +02:00
Robin Gloster cb9d784e49 docker-registry: Revert "[bot]: remove unreferenced code"
This code was referenced.

This reverts commit 87f5930c3f.

cc @volth
2018-08-06 16:31:33 +02:00
Matthew Bauer c6d55e92bb firefoxPackages: add licenses
tor-browser is bsd3
firefox is mpl20
2018-08-06 10:15:59 -04:00
Matthew Bauer e62996f65c cmake: add bsd3 license 2018-08-06 10:15:55 -04:00
Matthew Bauer 4a5cbdf5ea android: add licenses
androidndk is apache 2.0
androidsdk is unfree
2018-08-06 10:15:49 -04:00
Okina Matara 2d82b2625f bcachefs-tools: 2018-04-10 -> 2018-07-21 2018-08-06 08:58:12 -05:00
Okina Matara d043a30d62 linux_testing_bcachefs: 4.15.2018.04.14 -> 4.16.2018.08.03 2018-08-06 08:58:04 -05:00
Jörg ThalheimandGitHub 0da0868608 Merge pull request #44551 from fgaz/duktape
duktape: 2.2.1 -> 2.3.0
2018-08-06 14:29:54 +01: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
ArnaudandJörg Thalheim ce52e62a9d maintainers: update lightdiscord's email (#44554) 2018-08-06 14:26:41 +01: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 TimoshenkoandGitHub 0d7170cb85 Merge pull request #44459 from kirelagin/b2sum
b2sum: init at 20160619
2018-08-06 15:03:53 +03:00
georgewhewellandTuomas Tynkkynen a052e52a27 fix rasperrypifw cross build 2018-08-06 14:49:45 +03:00
Yegor TimoshenkoandGitHub dbdbdaf1c6 b2sum: use fetchzip, clean up 2018-08-06 14:47:29 +03:00
Pascal Wittmann 5356b5b355 pyrex: fix evaluation 2018-08-06 13:28:07 +02:00
Jörg ThalheimandGitHub 6da4ab627f Merge pull request #44547 from leenaars/matterbridge
matterbridge: 1.7.1 -> 1.11.0
2018-08-06 12:17:33 +01:00
Francesco Gazzetta 77c0760ee6 duktape: 2.2.1 -> 2.3.0 2018-08-06 13:15:50 +02:00
Pascal WittmannandGitHub 602a462512 Merge pull request #44549 from NixOS/remove-jumanji
remove jumanji
2018-08-06 13:10:01 +02:00
Pascal Wittmann ff161dcd69 irssi: add license
see issue #43716
2018-08-06 13:06:06 +02:00
Pascal Wittmann 94fb1225af junicode: add license
see issue #43716
2018-08-06 13:04:34 +02:00
Pascal Wittmann 21bcaf80e3 jbrout: add license
see issue #43716
2018-08-06 13:03:36 +02:00
Pascal Wittmann 8083fe9ea8 jikes: add license
see issue #43716
2018-08-06 13:02:43 +02: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
Pascal Wittmann f442f7d2b2 dosbox-unstable: add license
see issue #43716
2018-08-06 12:45:57 +02:00
Pascal Wittmann f22ffa6b6a morty: add license
see issue #43716
2018-08-06 12:43:58 +02:00
Pascal Wittmann 77d5aff75e moreutils: add license
see issue #43716
2018-08-06 12:42:49 +02:00
Pascal Wittmann 2e57556e62 multitail: add license
see issue #43716
2018-08-06 12:41:40 +02:00
Pascal Wittmann 7c19cc3c49 nasm: add license
see issue #43716
2018-08-06 12:39:39 +02:00