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
Mitsuhiro Nakamura
bd9b51f4df
cataclysm-dda-git: install missing translations
...
Using gettext without translation files is just like driving a car without wheels.
2018-01-23 08:19:03 +09:00
Mitsuhiro Nakamura
ee6086c31d
cataclysm-dda{,-git}: no need for wrapper anymore
2018-01-23 08:10:07 +09:00
Mitsuhiro Nakamura
fc06a987a0
cataclysm-dda{,-git}: fix share directory
...
Data should be in PREFIX/share/cataclysm-dda instead of PREFIX/share.
2018-01-23 08:08:09 +09: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
Ioannis Koutras
c5f7ea6829
i3lock-color: 2.9.1-c -> 2.10.1-1-c
2018-01-22 23:05:26 +02:00
John Ericson
ec0c4802ae
Merge pull request #26799 from obsidiansystems/cross-haskell
...
haskell infra: Fix cross compilation to work with new system
2018-01-22 15:31:19 -05:00
Ertugrul Söylemez
cf3ada04a7
perlPackages.MailPOP3Client: init at 2.19
2018-01-22 21:17:19 +01:00
Daiderd Jordan
7c84ddb7a4
Merge pull request #34158 from LnL7/cffi-clang
...
python-cffi: fix clang build
2018-01-22 20:54:06 +01:00
Michael Raskin
dda1a7f77c
Merge pull request #34159 from arcadio/libreoffice-es
...
libreoffice: add Spanish (es) language support and sort langs list
2018-01-22 19:40:10 +00:00
Jörg Thalheim
3e1dd9215f
Merge pull request #34151 from WilliButz/update-deis
...
deis: 1.13.3 -> 1.13.4
2018-01-22 19:17:59 +00:00
Jörg Thalheim
ebd2a8b165
Merge pull request #34100 from jokogr/pkg/xmonad-log
...
xmonad-log: init at 0.1.0
2018-01-22 19:15:32 +00:00
Will Dietz
bd67bf5ca0
julia-git: mark broken, hasn't built since 2017-04-08. ( #34150 )
...
* julia-git: mark broken, hasn't built since 2017-04-08.
First broken: https://hydra.nixos.org/build/51447624
Last successful: https://hydra.nixos.org/build/51385779
cc #34135
2018-01-22 19:07:03 +00:00
Daiderd Jordan
92bf8c66ba
Merge pull request #34149 from dtzWill/update/vim-8.0.1428
...
vim: 8.0.1257 -> 8.0.1428
2018-01-22 20:04:01 +01:00
Jörg Thalheim
0c1805b41f
Merge pull request #34157 from dtzWill/fix/vim-cross
...
vim: fix for cross, add missing configure test override
2018-01-22 18:59:13 +00:00
Daiderd Jordan
505c82efe4
python-cffi: add lnl7 to maintainers
2018-01-22 19:58:15 +01:00
Jörg Thalheim
66b84901b4
Merge pull request #34153 from WilliButz/update-irqbalance
...
irqbalance: 1.2.0 -> 1.3.0
2018-01-22 18:57:24 +00:00
Jörg Thalheim
996a5adcdf
Merge pull request #34154 from WilliButz/update-scanmem
...
scanmem: 0.16 -> 0.17
2018-01-22 18:54:23 +00:00
Will Dietz
f851457368
vim: fix for cross, add missing configure test override
...
This is one of the variables mentioned to set
when cross-compiling:
https://github.com/vim/vim/blob/master/src/INSTALLx.txt
2018-01-22 12:48:00 -06:00
Daiderd Jordan
0c27903ac0
python-cffi: remove patch for clang
...
Builds fine without it now.
2018-01-22 19:45:40 +01:00
WilliButz
4361cc5ffa
scanmem: 0.16 -> 0.17
2018-01-22 19:18:23 +01:00
WilliButz
3e173f39be
irqbalance: 1.2.0 -> 1.3.0
2018-01-22 19:14:20 +01:00
Thane Gill
2d17253afe
python.ldap3: 2.4 -> 2.4.1
2018-01-22 10:13:13 -08:00
WilliButz
c8d5121c1d
deis: 1.13.3 -> 1.13.4
2018-01-22 18:59:13 +01:00
Michael Alan Dorman
dae8151008
melpa-packages: 2018-01-22
...
Removals:
- main-line: removed from melpa
2018-01-22 12:51:55 -05:00
Michael Alan Dorman
3b4f4c28ca
melpa-stable-packages: 2018-01-22
2018-01-22 12:51:55 -05:00
Michael Alan Dorman
ea3c7e9337
org-packages: 2018-01-22
2018-01-22 12:51:55 -05:00
Michael Alan Dorman
71b1574a92
elpa-packages: 2018-01-22
2018-01-22 12:51:55 -05:00
Justin Humm
92aa0fa437
osrm-backend: 5.14.3 -> 5.15.0
2018-01-22 18:13:35 +01:00
Will Dietz
360b86e515
vim: 8.0.1257 -> 8.0.1428
2018-01-22 11:12:43 -06:00