Maximilian Bosch
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 Mosberger
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 Wood
9934f0bb51
AgdaStdlib: 0.15 -> 0.16 ( #44550 )
2018-08-06 18:39:11 +02:00
Tuomas Tynkkynen
a2f499e21d
linux_testing: 4.18-rc7 -> 4.18-rc8
2018-08-06 18:44:43 +03:00
Peter Simons
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 Bauer
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ö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
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
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 Thalheim
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
Arnaud
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
0d7170cb85
Merge pull request #44459 from kirelagin/b2sum
...
b2sum: init at 20160619
2018-08-06 15:03:53 +03:00
georgewhewell
a052e52a27
fix rasperrypifw cross build
2018-08-06 14:49:45 +03:00
Yegor Timoshenko
dbdbdaf1c6
b2sum: use fetchzip, clean up
2018-08-06 14:47:29 +03:00
Jörg Thalheim
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 Wittmann
602a462512
Merge pull request #44549 from NixOS/remove-jumanji
...
remove jumanji
2018-08-06 13:10:01 +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
Michiel Leenaars
e61dae0f0f
matterbridge: 1.7.1 -> 1.11.0
2018-08-06 12:25:25 +02:00
Jan Tojnar
10dd73b5e2
keybinder: remove GTK3 dependency
...
kyebinder never supported GTK 3, only keybinder-3.0 (keybinder3 package) does.
This effectively reverts c0c835dcce
2018-08-06 12:23:13 +02:00
Peter Hoeg
9823e4caa7
emacs-magit-annex: git was missing
2018-08-06 17:09:26 +08:00
Uli Baum
6820e2f0dd
mpd: don't use smbclient alias
...
didn't eval on Hydra as release.nix doesn't allow aliases, see #44299
Use samba instead.
2018-08-06 10:07:20 +02:00
Robert Schütz
c3b1a8178b
duply: explicitly use python2
2018-08-06 09:36:55 +02:00
Robert Schütz
3b490c653c
ddar: explicitly use python2
2018-08-06 09:28:20 +02:00
Sarah Brofeldt
c6a4f9af60
Merge pull request #44528 from samueldr/fix/mention-bot
...
doc: Fixes mentions of mention-bot.
2018-08-06 08:59:10 +02:00
Cray Elliott
4c45016c29
Revert "mariadb: 10.2.16 -> 10.3.8"
...
This reverts commit 00ab5c5b6a
.
The commit listed broke darwin and held up Hydra. sorry about that!
2018-08-05 20:12:18 -07:00
Silvan Mosberger
66793d9284
Merge pull request #44058 from borisbabic/feature/choose-trackpoint-device
...
trackpoint: Make the device name configurable
2018-08-06 03:14:16 +02:00
Boris Babic
0ef3119c69
trackpoint: Make the device name configurable
2018-08-06 02:56:32 +02:00
Samuel Dionne-Riel
e97112bdc3
doc: Fixes mentions of mention-bot.
...
Its last mention was on 2017-09-25. Close to a year.
The CODEOWNERS feature of github, though, fills in the gap in a more
appropriate manner (IMHO).
2018-08-05 20:22:32 -04:00
Sander van der Burg
9748d7c60b
nixos/disnix: undo dysnomia rename to fix disnix and retain compatibility with previous release
2018-08-06 01:25:38 +02:00
Silvan Mosberger
56ac23a19c
Merge pull request #44398 from dotlambda/blueman-python3
...
bluez: use python3
2018-08-05 23:50:39 +02:00
Silvan Mosberger
373d727793
Merge pull request #44412 from dotlambda/ams-lv2-python3
...
ams-lv2: use python3
2018-08-05 23:46:44 +02:00
rnhmjoj
413d7f4425
bluez: use python3
2018-08-05 23:46:42 +02:00