Graham Christensen
f2636ebb41
Merge pull request #34197 from zauberpony/vultr-1.15.0
...
vultr: 1.13.0 -> 1.15.0
2018-01-23 19:29:24 -05:00
John Ericson
e23b6a394b
Merge pull request #34201 from dezgeg/release-refactor-3
...
nixos/release.nix: Introduce callSubTestsOnTheseSystems
2018-01-23 18:40:07 -05:00
Joachim F
d9604c861a
Merge pull request #34192 from mdorman/semi-automated-emacs-package-updates
...
Semi automated emacs package updates
2018-01-23 22:20:42 +00:00
Jan Tojnar
c7dc968721
Merge pull request #34186 from jonafato/gnome-shell-extension-nohotcorner
...
gnome-shell-extension-nohotcorner: init at 16.0
2018-01-23 23:18:01 +01:00
Tuomas Tynkkynen
b4c12eef30
wget: 1.19.2 -> 1.19.4
2018-01-23 23:52:00 +02:00
Tuomas Tynkkynen
d9aebebaf5
Revert "perf: apply patch to fix build of 4.9"
...
This reverts commit 44dc31bad1
.
The patch has been applied in 4.9.78, so no need to have this in
nixpkgs anymore.
2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
acf5b8e662
kernel: 4.9.77 -> 4.9.78
2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
4276c0d898
kernel: 4.4.112 -> 4.4.113
2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
1481937af2
kernel: 4.14.14 -> 4.14.15
2018-01-23 23:17:24 +02:00
Dan Peebles
533cc72d4d
nixUnstable: pre5849_74f75c85 -> pre5873_b76e282d
2018-01-23 16:07:25 -05:00
Vladimír Čunát
24fe57dfc8
Merge #34073 : firefox-{bin,esr}: update
2018-01-23 21:34:41 +01:00
Tuomas Tynkkynen
0663e972a4
ponyc: Not supported on aarch64
...
https://hydra.nixos.org/build/67722376
2018-01-23 21:42:30 +02:00
Tuomas Tynkkynen
3cd40f1a4f
pypy: Doesn't support aarch64
...
https://hydra.nixos.org/build/67861197
2018-01-23 21:42:30 +02:00
Robert Helgesson
c73a140573
perl-Log-Any: 1.704 -> 1.705
2018-01-23 20:36:19 +01:00
Robert Helgesson
c32755ceac
eclipse-plugin-autodetect-encoding: 1.8.4 -> 1.8.5
2018-01-23 19:39:20 +01:00
Daiderd Jordan
6109b15709
Merge pull request #34195 from dtzWill/feature/vim-dirdiff
...
vim-plugins: Add vim-dirdiff
2018-01-23 19:06:31 +01:00
Elmar Athmer
adabeea0b8
vultr: 1.13.0 -> 1.15.0
2018-01-23 18:44:18 +01:00
Frederik Rietdijk
baaf8fd2b8
Merge pull request #33495 from magnetophon/faust2
...
faust2: 2.1.0 -> 2.5.10
2018-01-23 17:56:42 +01:00
Frederik Rietdijk
8510550b77
Merge pull request #34169 from Infinisil/add/almonds
...
almonds: init at 2015-12-27
2018-01-23 17:37:54 +01:00
Will Dietz
950a69c351
vim-plugins: Add vim-dirdiff
2018-01-23 10:23:56 -06:00
Peter Simons
eb5d7d2b26
haskell-lambdabot: fix build
2018-01-23 16:09:29 +01:00
Vladimír Čunát
b200979d6e
knot-resolver: 1.5.2 -> 1.5.3 (bugfix)
...
The fixed problem seems not to happen on NixOS, but let's update anyway.
2018-01-23 15:47:28 +01:00
Silvan Mosberger
8e8a259df4
almonds: init at 2015-12-27
2018-01-23 14:16:28 +01:00
adisbladis
55a186bb21
Merge pull request #34162 from jokogr/u/i3lock
...
i3lock-color: 2.9.1-c -> 2.10.1-1-c & i3lock-fancy: 2016-10-13 -> 2017-12-14
2018-01-23 20:43:21 +08:00
adisbladis
266979a360
Merge pull request #34125 from arcadio/bwa
...
bwa: 0.7.16a -> 0.7.17
2018-01-23 20:12:56 +08:00
Thomas Tuegel
cac51ef856
Merge pull request #34181 from markuskowa/arpack-pr
...
arpack: 3.3.0 -> 3.5.0
2018-01-23 06:11:31 -06:00
adisbladis
9130212da2
Merge pull request #34138 from Ma27/update-yabar
...
yabar-unstable: 2018-01-02 -> 2018-01-18
2018-01-23 19:54:56 +08:00
Edward Tjörnhammar
a4f433c03c
i2pd: expose flags
2018-01-23 11:59:39 +01:00
Tuomas Tynkkynen
6388f51ea9
nixos/release.nix: Use callSubTestsOnTheseSystems for ec2 tests
2018-01-23 12:43:24 +02:00
Tuomas Tynkkynen
8353ebe073
nixos/release.nix: Introduce callSubTestsOnTheseSystems
...
The existing callSubTests seems to already have special-cased code to
allow enabling subtests on a single specific system by looking at the
`system` attribute in the test arguments. Replace it with a new version
similar to the callTestOnTheseSystems because:
- It's consistent with the existing functions for creating
system-specific tests (though admittedly, the callSubTests special
case for `system` predates them)
- This approach allows limiting to multiple system types, the previous
one inherently allows only one system type.
- This also fixes the problem that if you pass in e.g.
supportedSystems = [ "aarch64-linux" ], you end up with a
tests.chromium job that silently runs on x86_64-linux.
- Finally, this causes renames of the jobs like:
tests.chromium -> tests.chromium.x86_64-linux to be consistent with
the rest of the tests.
2018-01-23 12:24:33 +02:00
Peter Simons
4bed2d659d
Merge pull request #34172 from deepfire/x-ghc-8.4-master
...
ghc841: update to 8.4.1-alpha2
2018-01-23 11:14:43 +01:00
adisbladis
c26b40a933
Merge pull request #34148 from erictapen/osrm-backend-5.15.0
...
osrm-backend: 5.14.3 -> 5.15.0
2018-01-23 16:16:43 +08:00
Frederik Rietdijk
5a45105d64
Merge pull request #34152 from thanegill/python.pkgs.ldap3-2.4.1
...
python.ldap3: 2.4 -> 2.4.1
2018-01-23 08:00:24 +01:00
Jon Banafato
6e862fb43b
gnome-shell-extension-nohotcorner: init at 16.0
2018-01-23 00:48:27 -05:00
adisbladis
b0603f514b
Merge pull request #34139 from arcadio/bedtools
...
bedtools: 2.26.0 -> 2.27.1
2018-01-23 12:56:01 +08:00
adisbladis
70cf5ea965
Merge pull request #34147 from dotlambda/yarl
...
python3Packages.yarl: 1.0.0 -> 1.1.0
2018-01-23 12:50:06 +08:00
Robert Schütz
efbe08a2da
python3Packages.yarl: 1.0.0 -> 1.1.0
2018-01-23 12:36:28 +08:00
adisbladis
9c534caef4
Merge pull request #34142 from Nadrieril/update-ckb
...
ckb: 0.2.8 -> 0.2.9 + project moved
2018-01-23 10:44:38 +08:00
Nadrieril
c1bf1904d2
ckb: 0.2.8 -> 0.2.9 + project moved
2018-01-23 02:27:16 +00:00
adisbladis
5b5aaf7362
Merge pull request #34171 from markuskowa/freeipmi-pr
...
freeipmi: 1.5.5 -> 1.5.7
2018-01-23 10:10:39 +08:00
adisbladis
62c52955fc
Merge pull request #33863 from adisbladis/tsclient-qt59
...
teamspeak_client: Re-link with qt 5.9
2018-01-23 09:31:20 +08:00
Markus Kowalewski
a16880533f
arpack: remove FFLAGS
2018-01-22 15:52:57 -08:00
Bart Brouns
ad566a0c57
faust2: 2.1.0 -> 2.5.10
2018-01-23 00:42:37 +01:00
Markus Kowalewski
eb30d65de6
arpack: 3.3.0 -> 3.5.0
2018-01-22 15:36:43 -08:00
Markus Kowalewski
ab59aef9f6
freeipmi: 1.5.5 -> 1.5.7
2018-01-22 14:54:22 -08:00
Michael Raskin
beb70f1370
Merge pull request #34107 from mnacamura/cdda-darwin
...
cataclysm-dda{,-git}: build on Darwin
2018-01-22 22:47:25 +00:00
Kosyrev Serge
d232856846
ghc841: update to 8.4.1-alpha2
2018-01-23 01:40:38 +03:00
Michael Weiss
a03b2b99af
tdesktop: Fix the execution in a pure environment
...
Telegram was crashing when executed within a pure environment
(nix-shell -p tdesktop --pure).
Setting the environment variables QT_PLUGIN_PATH and XDG_RUNTIME_DIR
should resolve this issue. Fix #33729 .
2018-01-22 22:25:48 +01:00
Michael Raskin
9593eadcc7
Merge pull request #33287 from Nadrieril/fix-ckb-service
...
ckb: fix missing modprobe dependency
2018-01-22 21:18:22 +00:00
Ioannis Koutras
ac3f1e6c12
i3lock-fancy: 2016-10-13 -> 2017-12-14
2018-01-22 23:05:32 +02:00