Peter Simons
1e027f1a0f
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.7 from Hackage revision
497e5d18db
.
2017-12-05 21:01:50 +01:00
Peter Simons
d7d8b76f39
LTS Haskell 9.16
2017-12-05 21:01:50 +01:00
Lancelot SIX
11f6566b31
glpk: 4.63 -> 4.64
...
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00002.html
for release information
2017-12-05 20:51:08 +01:00
John Ericson
a3e35fbbe1
gcc: Use platformFlags in crossConfigureFlags
...
A nice code deduplication
2017-12-05 14:01:18 -05:00
John Ericson
1fe9798ac2
lib, gcc: No inherit (platform) gcc;
in {host,build,target}Platform
2017-12-05 13:52:20 -05:00
Austin Seipp
827142a7fa
nixpkgs: add unicorn-emulator library 1.0.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-12-05 10:09:22 -06:00
Will Dietz
5ad30374e9
radare2: 2.0.1 -> 2.1.0
...
* drop patch, now included
* drop r2-docker/r2-indent fixups, no longer installed
(see a09d6dae92
)
2017-12-05 09:20:31 -06:00
John Doe
f38560a17b
oraclejdk8: support aarch64
...
[dezgeg amended the change to all-packages.nix]
2017-12-05 15:48:25 +02:00
Jan Malakhovski
1858e8909e
tree-wide: fix either check-meta or meta attrs of all the packages I evaluate
2017-12-05 13:46:52 +01:00
Jörg Thalheim
7e6068c353
Merge pull request #32335 from makefu/pkgs/devpi-common/update
...
init devpi-server at 4.3.1, bump devpi-client
2017-12-05 12:44:02 +00:00
makefu
7e39ecba68
devpi-client: enable tests
2017-12-05 13:31:55 +01:00
makefu
29672cf7ce
devpi-client: 3.1.0rc1 -> 3.1.0
...
enable tests with packaged devpi-server
2017-12-05 13:31:55 +01:00
makefu
623f9c15e0
devpi-server: init at 4.3.1
2017-12-05 13:31:55 +01:00
makefu
8002a3b760
devpi-common: 3.1.0 -> 3.2.0
2017-12-05 13:31:55 +01:00
makefu
6ad7626a6a
passlib: build with argon2_cffi
2017-12-05 13:31:55 +01:00
makefu
19ce61d79c
pytest-timeout: init at 1.2.1
2017-12-05 13:31:43 +01:00
makefu
7c464e3133
argon2_cffi: init at 16.3.0
2017-12-05 13:30:06 +01:00
Vladimír Čunát
689d6303e8
Merge branch 'master' into staging
...
The haskell split got reverted (again).
Hydra: ?compare=1416012
2017-12-05 13:07:26 +01:00
Peter Simons
8d8061ec20
Revert "Revive multiple outputs for Haskell packages."
2017-12-05 09:36:08 +01:00
Fatih Altinok
e5e32822df
flow: 0.59.0 -> 0.60.1
2017-12-05 08:04:58 +01:00
Vincent Laporte
50bdf5900e
ocamlPackages.ocurl: 0.7.8 -> 0.8.0
2017-12-05 07:56:28 +01:00
adisbladis
4c1cd74b5b
Merge pull request #32321 from datakurre/datakurre-zc_buildout_nix
...
pythonPackages.zc_buildout_nix: 2.9.5 -> 2.10.0
2017-12-05 14:15:48 +08:00
Francois-Rene Rideau
62935172f3
gerbil: 0.12-DEV-777-gd855915 -> 0.12-DEV-836-gcde6802
2017-12-04 23:46:39 -05:00
adisbladis
537f4af06c
libp11: 0.4.4 > 0.4.7
2017-12-05 11:06:12 +08:00
John Ericson
74cbb5796e
gcc: Get rid of crossAttrs.configureFlags
2017-12-04 20:50:59 -05:00
Tuomas Tynkkynen
5490e580f5
v8: Fix aarch64 build
...
https://hydra.nixos.org/build/65224506
Besides dontUpdateAutotoolsGnuConfigScripts, the 'arch' assignment was
wrong and resulted in "x64" (stdenv.isArm is not true on AArch64).
2017-12-05 03:43:07 +02:00
Orivej Desh
2a230dd64d
libunistring: fix build and enable tests on darwin
2017-12-04 23:04:34 +00:00
Joachim F
c0d7a054cb
Merge pull request #32274 from ThomasMader/dlang
...
Improve dlang packages
2017-12-04 23:02:11 +00:00
John Ericson
cabfe1885f
gcc: Don't try to enable plugins with host != build
2017-12-04 16:27:18 -05:00
John Ericson
2fdca4db69
gcc: Lock down more tools for cross-builds
...
That is, build != host == target
2017-12-04 16:27:18 -05:00
Asko Soukka
4d237df79d
pythonPackages.zc_buildout_nix: 2.9.5 -> 2.10.0
2017-12-04 22:13:16 +02:00
Maximilian Bosch
af75b48b51
services.statsd: add simple test
2017-12-04 16:56:16 +01:00
Maximilian Bosch
aaf1e1c4fb
statsd: restore support for {influx,librato,stackdriver} backends
...
These packages will be placed into an environment using
`backendsToPackages`. This function explicitly maps backends to
`pkgs.nodePackages.${type}` unless it's a builtin. This ensures that only
valid backends that work on NixOS are used (if not, the build already
breaks at evaluation time).
The log will be redirected to `stdout` to be able to watch the entire
output using `journalctl`.
Configuration parameters for the backends need to be set using
`services.statsd.extraConfig` as each backend has its own options and
all of them shouldn't be validated and checked explicitly and manually.
2017-12-04 16:56:16 +01:00
Orivej Desh
a5c832f1af
gettext: add setup hook populating GETTEXTDATADIRS
...
Fixes #32296
(cherry picked from commit f727aeb4505a9646eb7f7d67ed0fd411900b570c)
2017-12-04 15:26:52 +00:00
Orivej Desh
59bcd86640
Merge branch 'master' into staging
...
* master: (53 commits)
hashcat: 4.0.0 -> 4.0.1
vault: add nixos test
emem: 0.2.48 -> 0.2.50
nixos/nat: add dmzHost option (#32257 )
vulnix: 1.3.4 -> 1.4.0
linux-4.13: mark as insecure (+required generic changes)
vault: 0.8.3 -> 0.9.0
gox: 20140904 -> 0.4.0
guitarix: 0.35.6 -> 0.36.1
geolite-legacy: 2017-10-25 -> 2017-12-02
premake5: 5.0.0pre.alpha.11 -> 5.0.0-alpha12
otfcc: build with ninja
python/hetzner: 0.7.5 -> 0.8.0
linux-testing: 4.15-rc1 -> 4.15-rc2
Revert "linux_4_13: Remove, no longer supported."
jenkins: 2.92 -> 2.93
psc-package: 0.2.4 -> 0.2.5
dino: 2017-09-26 -> 2017-12-03
gnome3.gpaste: fix keybindings path
plasma: 5.11.3 -> 5.11.4
...
2017-12-04 15:25:34 +00:00
Lancelot SIX
f2b690ae2b
Merge pull request #32294 from earldouglas/jenkins-2.93
...
jenkins: 2.92 -> 2.93
2017-12-04 14:36:41 +01:00
Lancelot SIX
4c9f27c9ab
libunistring: 0.9.7 -> 0.9.8
...
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00001.html
for release information
2017-12-04 14:03:44 +01:00
Daiderd Jordan
97af9310d5
Merge pull request #32300 from adisbladis/vault-0_9_0
...
vault: 0.8.3 -> 0.9.0
2017-12-04 13:12:05 +01:00
Peter Simons
7993e8790f
Merge pull request #32112 from nc6/hask-split-out
...
Revive multiple outputs for Haskell packages.
2017-12-04 12:36:45 +01:00
adisbladis
6530159f17
gox: 20140904 -> 0.4.0
2017-12-04 16:12:40 +08:00
adisbladis
561de381bc
Merge pull request #32292 from paluh/master
...
psc-package: 0.2.4 -> 0.2.5
2017-12-04 15:43:31 +08:00
Orivej Desh
3eccd0b11d
premake5: 5.0.0pre.alpha.11 -> 5.0.0-alpha12
...
The new premake fixes the issue in ebb2ca7574
for
the GNU Make target.
2017-12-04 05:55:05 +00:00
James Earl Douglas
1bb086e17d
jenkins: 2.92 -> 2.93
2017-12-03 16:44:57 -07:00
Tomasz Rybarczyk
911dd477fb
psc-package: 0.2.4 -> 0.2.5
2017-12-04 00:11:27 +01:00
Tuomas Tynkkynen
f2766b4f42
intel-gpu-tools: Broken on non-x86
...
https://hydra.nixos.org/build/65032931
2017-12-03 19:51:58 +02:00
WilliButz
adf032ba46
nasm: 2.13.01 -> 2.13.02
2017-12-03 16:00:19 +01:00
Vincent Laporte
842d8e4766
frama-c: 20170501 (Phosphorus) -> 20171101 (Sulfur)
2017-12-03 12:26:02 +01:00
Thomas Mader
66860af01a
ldc: 1.3.0 -> 1.5.0
...
- Bootstrap with ldc lts (0.17.5) instead of dmd.
- Enable unittests by using a fixed-output derivation for runtime tests.
2017-12-03 11:41:39 +01:00
Orivej Desh
ecd0e11851
neko: enable check phase
2017-12-03 10:30:08 +00:00
Vincent Laporte
41be8102e3
ocamlPackages.ptmap: 2.0.2 -> 2.0.3
2017-12-03 07:43:46 +00:00
Vincent Laporte
83005408d3
ocamlPackages.mlgmpidl: 1.2.4 -> 1.2.6
2017-12-03 08:21:55 +01:00
Thomas Mader
54f1b753b3
dmd: Enable tests and integrate bootstrap into one derivation
...
- Merge bootstrap dmd into default derivation.
- Reenable all tests by using a fixed-output derivation for phobos tests because of network checks in sandbox mode.
- Adding supported platforms.
2017-12-03 05:18:57 +01:00
Thomas Mader
48dcf2620d
dub: 1.5.0 -> 1.6.0
...
- Enable unittests by using a fixed-output derivation
- Remove substitutions because they are fixed upstream now
2017-12-03 02:52:04 +01:00
Ben Gamari
92d3c5689d
libtasn1: Enable cross-compilation
...
[dezgeg amended out a doCheck change]
2017-12-03 01:50:42 +02:00
Ben Gamari
ff1a8ba304
libtool: Enable cross compilation
2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
2da5de5479
ncurses: 6.0-20170902 -> 6.0-20171125
2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
6ebb1354e6
help2man: 1.47.4 -> 1.47.5
2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
58307d15a7
Merge remote-tracking branch 'upstream/staging' into master
2017-12-03 01:49:14 +02:00
Jan Tojnar
a6cd26740b
gtk_doc: propagate the respect-xml-catalog-files-var.patch
...
We are patching the xmlcatalog calls in the JH_CHECK_XML_CATALOG
macro to use the XML_CATALOG_FILES environment variable instead
of a single central catalog file. Since consumers (libraries or
applications) are expected to copy the m4 files to their source
tree, we need to patch them separately. The files should be
identical, though, so we can reuse the patch for gtk_doc.
This commit makes the patch available in passthru so the consumer
expressions do not need to maintain the long relative path.
2017-12-02 20:34:29 +01:00
Orivej Desh
a1b77bfe5f
Revert "qt5: 5.9.1 -> 5.9.3"
...
KDE frameworks 5.40 are not compatible with Qt 5.9.3: #32253
This reverts commit bd71d3aef7
(#32100 ).
2017-12-02 17:22:17 +00:00
Tuomas Tynkkynen
491e5d8649
rustc: Support aarch64
2017-12-02 14:46:33 +02:00
Michael Fellinger
94b7925b30
elm-interface-to-json: init at 0.1 ( #32194 )
...
elm-interface-to-json -> init at 0.1
2017-12-02 13:32:45 +01:00
Orivej Desh
4a7a497fb6
go: add procps for sysctl in tests, print ulimits for debugging resource exhaustion
2017-12-02 12:19:14 +00:00
Daiderd Jordan
0017479abb
Merge pull request #32100 from bkchr/qt_5_9_3
...
qt5: 5.9.2 -> 5.9.3
2017-12-02 11:12:38 +01:00
Peter Simons
ce777a26f6
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.7 from Hackage revision
766fbc64fb
.
2017-12-02 10:08:45 +01:00
Vladimír Čunát
33300c7316
Merge branch 'master' into staging
...
Hydra: ?compare=1415329
2017-12-02 09:37:07 +01:00
Orivej Desh
7b1489e1a1
j: fix build
...
/usr/bin/env does not exist in the sandbox.
2017-12-02 06:04:00 +00:00
Vincent Laporte
871fa250b6
ocamlPackages.ipaddr: 2.7.2 -> 2.8.0
2017-12-01 22:26:54 +00:00
Jörg Thalheim
302552b722
Merge pull request #32120 from rybern/add-drip
...
drip: init at 0.2.4
2017-12-01 21:44:23 +00:00
Jörg Thalheim
04221193f9
Merge pull request #32167 from dotlambda/git-annex-adapter
...
python3Packages.git-annex-adapter: init at 0.2.0
2017-12-01 21:39:08 +00:00
Joerg Thalheim
5da0dffef7
gdbgui: 0.9.0.1 -> 0.9.1.0
2017-12-01 20:56:51 +00:00
Jörg Thalheim
fdb8dea0c6
Merge pull request #32233 from wizeman/u/upd-gup
...
gup: 0.6.0 -> 0.7.0
2017-12-01 20:46:28 +00:00
Joachim F
e4c22e4f5a
Merge pull request #32035 from knedlsepp/upgrade-armadillo
...
armadillo: 7.800.1 -> 8.300.0
2017-12-01 20:45:41 +00:00
Tomas Hlavaty
eefe8271af
sbcl: 1.4.1.0.20171104 -> 1.4.2
2017-12-01 20:43:11 +01:00
Tomas Hlavaty
89f61b3339
ccl: 1.11 -> 1.11.5
2017-12-01 20:31:47 +01:00
Bastian Köcher
bd71d3aef7
qt5: 5.9.2 -> 5.9.3
2017-12-01 18:34:54 +01:00
Joachim F
6ccf5617d2
Merge pull request #32208 from Synthetica9/master
...
j: 701_b -> 806
2017-12-01 17:24:04 +00:00
Ricardo M. Correia
eb9c69f6eb
gup: 0.6.0 -> 0.7.0
2017-12-01 15:45:13 +01:00
Peter Simons
ae82d9e59e
Merge pull request #32181 from joncfoo/update/purescript-dependencies
...
purescript: fix build by overriding optparse-applicative dependency
2017-12-01 14:38:00 +01:00
Peter Simons
65b15c40f1
R: update package set
2017-12-01 13:48:26 +01:00
Jörg Thalheim
509bc6fe43
Merge pull request #32221 from markus1189/jo-1.1
...
jo: 1.0 -> 1.1
2017-12-01 11:47:16 +00:00
Markus Hauck
6191299474
jo: 1.0 -> 1.1
2017-12-01 10:58:58 +01:00
Pascal Wittmann
a941856f01
udunits: use https instead of http for homepage url
2017-12-01 10:44:04 +01:00
Vladimír Čunát
9f8c3f77ea
Merge branch 'master' into staging
...
Hydra: ?compare=1415011
2017-12-01 09:18:58 +01:00
Vladimír Čunát
da3679c160
libsoup: maintenance 2.60.0 -> 2.60.2 + patch
2017-12-01 08:27:31 +01:00
Orivej Desh
45cf0b0da4
fenics: restrict to Darwin
...
It has never been building on Linux.
2017-12-01 07:17:15 +00:00
Vladimír Čunát
5cc70518bf
Merge #32162 : libmicrohttpd: 0.9.55 -> 0.9.57
2017-12-01 08:11:18 +01:00
Vladimír Čunát
542adbdd05
Merge #32034 : pygobject: 3.24.1 -> 3.26.1
2017-12-01 08:00:24 +01:00
Vladimír Čunát
b4ec153040
orc: doCheck broken on i686 on Hydra, again
2017-12-01 07:49:25 +01:00
Orivej Desh
0df7d2d010
python.pkgs.ws4py: skip flaky timing-sensitive tests
2017-12-01 04:12:06 +00:00
Orivej Desh
eb32f08bc0
widertiger: mark as broken
...
It is not maintained, and not used since 480b289f5b
.
2017-12-01 00:47:46 +00:00
Orivej Desh
1f99fd6965
libminc: fix build after hdf5 upgrade by using hdf5_1_8
2017-12-01 00:37:29 +00:00
Orivej Desh
e1757f6a24
julia: do not print environment before testing
2017-12-01 00:05:26 +00:00
Peter Simons
458331408e
r-openssl: fix build
2017-11-30 18:45:47 +01:00
Patrick Hilhorst
4bb9ffef6a
j: 701_b -> 806
2017-11-30 17:14:33 +01:00
Vladimír Čunát
d477bc353c
ocamlnet: fixup build by bringing back nettle-3.3
2017-11-30 12:28:35 +01:00
Orivej Desh
6b4f0b5bf4
qt4: fix parallel building
...
qmake needs uic to extract dependency information from .ui files. In -fast mode
qmake generates Makefiles for each subproject after the previous subproject is
built, and by the time it encounters subprojects with .ui files, uic is
available to provide dependency information. In -no-fast mode qmake builds
subprojects in the same order, but generates all Makefiles beforehand, without
uic, and they miss dependencies.
2017-11-30 09:51:14 +00:00
Orivej Desh
c8d822252b
qt4: delete parallel-build.patch to replace with a generic fix
2017-11-30 09:51:14 +00:00
Orivej Desh
64f945efd2
Revert "qt48: use tabs in the Makefile patch"
...
to apply a different fix, since the current one does not apply to Darwin.
This reverts commit bfaf7ae5ae
.
2017-11-30 07:42:07 +00:00
adisbladis
78b3d6de28
Merge pull request #32184 from acowley/rtags-2.16
...
rtags: 2.15 -> 2.16
2017-11-30 09:50:54 +08:00