Commit graph

43385 commits

Author SHA1 Message Date
Daiderd Jordan 64f730cf56
ycmd: use libclang 2018-01-16 22:55:36 +01:00
Daiderd Jordan eee6eef6af
Merge pull request #33953 from LnL7/clang-lib-cmake
clang: patch cmake files for lib output
2018-01-16 22:17:01 +01:00
Will Dietz 74bcd87ed9 lldb-{4,5}: install manpage 2018-01-16 15:15:41 -06:00
Tuomas Tynkkynen 2e56ba6fbd Merge remote-tracking branch 'upstream/master' into staging 2018-01-16 22:49:20 +02:00
Daiderd Jordan 917429233b
clang: patch cmake files for lib output
Fixes cmake build issues introduced in #33342.
2018-01-16 21:46:43 +01:00
Rob Vermaas b62c601e91
werkzeug: disable one test on darwin. 2018-01-16 21:32:35 +01:00
Rob Vermaas 60468bf4e5
scitkitlearn: disable doctests on darwin as they are known to be broken there for this version. 2018-01-16 21:31:51 +01:00
Michael Raskin a12ba709ab
Merge pull request #33945 from eschnett/eschnett/julia-0.6.2
julia: 0.6.0 -> 0.6.2
2018-01-16 19:40:49 +00:00
Michael Raskin 847db60f02
julia: 0.6.0 -> 0.6.2 2018-01-16 19:30:04 +00:00
John Ericson 5a754e75b4 Merge branch 'ericson2314-cross-master' into staging 2018-01-16 13:05:39 -05:00
Erik Schnetter 6c1277a864 julia: 0.6.0 -> 0.6.2 2018-01-16 12:09:37 -05:00
Izorkin f6ee29dda2 libnetfilter_queue: 1.0.2 -> 1.0.3
fixes #33887
2018-01-16 16:41:01 +00:00
Tuomas Tynkkynen 222f905fd9 rustc: Supports ARMv7 2018-01-16 14:17:40 +02:00
adisbladis df4746d2b2
Merge pull request #33930 from bkchr/fix_kinit
kinit: Fixes build
2018-01-16 19:48:41 +08:00
Bastian Köcher 97db143538 kinit: Fixes build 2018-01-16 12:21:18 +01:00
Guillaume Bouchard 2995066e9b alembic: use threadsafe hdf5 (#30682)
* hdf5: introduce hdf5-threadsafe variant

Compiled with thread safe support and without the High Level library
which is incompatible with thread safety.

* alembic: clean buildInputs to nativeBuildInputs

* alembic: use hdf5-threadsafe
2018-01-16 18:31:35 +08:00
Izorkin 25eeb15794 libnftnl: 1.0.8 -> 1.0.9 2018-01-16 13:14:14 +03:00
Yurii Rashkovskii 91e9989911 aenum: make tests pass (#33805)
For Python 2, tests were failing because they depended on a particular
way of executing the tests module as it defined a global variable
and created a temporary file. Running it through setup.py didn't work.
Invoking it directly solved the issue.

For Python 3, aenum tests were disabled, however, they did't have to
fail. Configuring UTF8 locale resolved the failure that was happening
after the above fix for Python 2 was applied.
2018-01-16 09:40:40 +00:00
Jörg Thalheim cf3cc25bb2
Merge pull request #33880 from vbgl/ocaml-uri-1.9.5
ocamlPackages.uri: 1.9.2 -> 1.9.6
2018-01-16 09:37:11 +00:00
Ashley Gillman b9e126d2d1 pythonPackages.nimfa: Move to own file. 2018-01-16 19:16:21 +10:00
Bastian Köcher f6c2fb3846 kimageformats: Fixes build 2018-01-16 09:52:04 +01:00
Ashley Gillman 19b3b16384 pythonPackages.progressbar2: move to separate file. 2018-01-16 18:46:30 +10:00
Jörg Thalheim c53f1518f8
Merge pull request #33426 from nlewo/pr/go-protobuf
go-protobuf: init at 2018-01-04
2018-01-16 08:15:09 +00:00
Jörg Thalheim b880ef935a python.pkgs.nose-parameterized: 0.5.0 -> 0.6.0 2018-01-16 08:07:09 +00:00
Thomas Tuegel 5783980fc6
qtbase: fix evaluation error
`git rebase` strikes again!
2018-01-15 19:12:01 -06:00
Thomas Tuegel 1c004da67e
Merge branch 'bugfix/kwidgetsaddons/5.42.1' into merge/qt-5.10.0 2018-01-15 19:08:27 -06:00
Thomas Tuegel 7e5346c584
kwidgetsaddons: 5.42.0 -> 5.42.1
Fix regression with Kate sidebar.

See also: https://mail.kde.org/pipermail/release-team/2018-January/010780.html
2018-01-15 19:07:05 -06:00
Thomas Tuegel 04239641b5
Merge branch 'bugfix/qt-5/closure-size-static-libs' into merge/qt-5.10.0 2018-01-15 18:49:27 -06:00
Thomas Tuegel 617c4f4220
Merge branch 'feature/qt-5/5.10.0' into merge/qt-5.10.0 2018-01-15 18:49:13 -06:00
Thomas Tuegel 75d2a7dc4d
qt5: reduce closure size
First, closure size is reduced by including the static libraries in $out instead
of trying to move them to $dev. The Qt build system cannot handle libraries
being split between different prefixes. Previously, the static libraries were
moved into $dev and the shared libraries were symlinked from $out to $dev to
fool the build system. However, this causes $dev to be retained at
runtime. Instead, we now keep the static libraries in $out. Fortunately, the
static libraries are not very large anyway.

Second, we build with QT_NO_DEBUG defined unless debugging is enabled. This
causes some assertions to be removed; when assertions are included, they pull
paths from $dev into the runtime closure by using the __FILE__ macro. We also
now patch qtbase to remove even more assertions when QT_NO_DEBUG is defined.
2018-01-15 18:48:37 -06:00
Jörg Thalheim 1cfdc98410
Merge pull request #33896 from guibou/guibou_bump_ispc
ispc: 20170807 -> 1.9.2
2018-01-15 14:00:31 +00:00
Jörg Thalheim 4c63cc8c4b
Merge pull request #33895 from dywedir/tokei
tokei: 6.1.2 -> 7.0.0
2018-01-15 13:49:17 +00:00
Piotr Bogdan 4340ee75fe yajl: small clean up
- ruby dependency is no longer needed
- cmake belongs in nativeBuildInputs
2018-01-15 13:01:59 +00:00
Michael Raskin ffb383eca0
Merge pull request #33652 from thefloweringash/libvncserver-deps
libvncserver: reduce dependencies; only use systemd on linux
2018-01-15 12:32:31 +00:00
Guillaume Bouchard 156b8029f2 ispc: 20170807 -> 1.9.2
Version bump, fixes #29979
2018-01-15 12:25:03 +01:00
dywedir c6c3344cc4 tokei: 6.1.2 -> 7.0.0 2018-01-15 12:33:15 +02:00
Jörg Thalheim 092aaf22f6
Merge pull request #33888 from kamilchm/ponyc
ponyc: 0.21.2 -> 0.21.3
2018-01-15 09:28:04 +00:00
adisbladis 6e8290ec31
solc: 0.4.17 -> 0.4.19 2018-01-15 17:11:33 +08:00
adisbladis edd712e521
Merge pull request #33857 from adisbladis/kde-frameworks-5_42
kde-frameworks: 5.41 -> 5.42
2018-01-15 17:10:10 +08:00
Andrew Childs 48bf2c3e81 libvncserver: reduce dependencies; only use systemd on linux
Permits building on macOS.
2018-01-15 17:25:59 +09:00
Kamil Chmielewski 282934ca8e ponyc: 0.21.2 -> 0.21.3
https://github.com/ponylang/ponyc/issues/2478
2018-01-15 08:15:01 +01:00
Vincent Laporte 550136f516
ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0 (#33566)
* ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0

* ocamlPackages.x509: 0.5.3 -> 0.6.0

* ocamlPackages.x509: 0.6.0 -> 0.6.1

* ocamlPackages.tls: 0.7.1 -> 0.9.0

* jackline: fix build with ocaml-tls ≥ 0.9.0
2018-01-15 05:01:50 +01:00
Will Dietz 17453b2310 snowman: Drop qt4 variant
cc #33248
2018-01-14 14:56:17 -06:00
Dan Peebles 1a054480d3 mono54: init
Still trying to figure out how msbuild should fit into the picture...
2018-01-14 15:36:00 -05:00
Vladimír Čunát 990ff97c6d
glibc: 2.26-115 -> 2.26-131 to fix CVE-2018-1000001
/cc https://github.com/NixOS/nixpkgs/issues/33826#issuecomment-357436030
2018-01-14 20:41:43 +01:00
Tuomas Tynkkynen 6ed0fe7e45 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/build-support/fetchbower/default.nix
	pkgs/build-support/fetchdarcs/default.nix
	pkgs/build-support/fetchgx/default.nix
	pkgs/development/python-modules/botocore/default.nix
	pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
	pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
adisbladis 05d803ab5f
qmltermwidget: Use fetchFromGitHub 2018-01-15 01:47:42 +08:00
Robert Schütz f2c08d3e9e python3Packages.netdisco: init at 1.2.3 2018-01-14 16:59:38 +01:00
adisbladis ef2591ee01
kde-frameworks: 5.41 -> 5.42 2018-01-14 22:28:34 +08:00
Frederik Rietdijk a6af522217
Merge pull request #33856 from jluttine/add-versioneer
pythonPackages.versioneer: init at 0.18
2018-01-14 15:05:42 +01:00
Jaakko Luttinen f3c996e25d
pythonPackages.versioneer: init at 0.18 2018-01-14 16:03:21 +02:00
Frederik Rietdijk 4475995685
Merge pull request #33774 from LumiGuide/elasticsearch-curator-5.4.1-cleanup
Elasticsearch curator 5.4.1 cleanup
2018-01-14 15:00:02 +01:00
Robert Schütz 9121a97366 pythonPackages.user-agents: init at 1.1.0 2018-01-14 14:10:01 +01:00
Jörg Thalheim c08042ba4b
Merge pull request #33742 from lsix/gdbm_1_14
gdbm: 1.13 -> 1.14
2018-01-14 10:47:04 +00:00
Sarah Brofeldt ee4e6ebbfa
Merge pull request #32822 from LumiGuide/elk6
ELK: 5.6.1 -> 5.6.5 & add ELK 6.1.0
2018-01-14 10:40:50 +01:00
Vincent Laporte bed805f4ed
ocamlPackages.uri: 1.9.5 -> 1.9.6 2018-01-14 05:33:36 +00:00
Vincent Laporte 1b43f4fe86
ocamlPackages.uri: 1.9.2 -> 1.9.5 2018-01-14 05:28:49 +00:00
Vincent Laporte 08492b31d1 ocamlPackages.mstruct: 1.3.3 -> 1.4.0 2018-01-14 06:28:13 +01:00
Will Dietz f661c4a7fc guile: 2.2.0 -> 2.2.3
2.2.3: https://lists.gnu.org/archive/html/guile-devel/2017-12/msg00000.html
2.2.2: https://lists.gnu.org/archive/html/guile-devel/2017-04/msg00035.html
2.2.1: https://lists.gnu.org/archive/html/guile-devel/2017-04/msg00034.html
2018-01-13 13:53:48 -06:00
adisbladis e2f7267ba2
xxdiff-tip: Build with qt59 2018-01-14 02:41:04 +08:00
Jörg Thalheim df400a17de
Merge pull request #33732 from kamilchm/ponyc
ponyc: FIX $CC undefined, using gcc as the linker
2018-01-13 18:24:40 +00:00
Jörg Thalheim e35639b931
Merge pull request #33799 from adisbladis/cura-qt59
cura: 3.0.3 -> 3.1.0
2018-01-13 18:19:22 +00:00
Alexander 6ccb554f3b tifffile: init at 0.13.0 (#33750)
* tifffile: init at v0.13.0

* python.pkgs.tifffile: actually run tests
2018-01-13 18:12:56 +00:00
adisbladis fa3aec7e4d
gst-plugins-bad: Fix CVE-2016-9447 2018-01-14 02:07:08 +08:00
Jörg Thalheim a100ed0ae3
Merge pull request #33793 from sellout/add/flootty
flootty: init at 3.2.1
2018-01-13 17:46:28 +00:00
Gregory Pfeil d40d41ef51 Move flootty from python-modules. 2018-01-13 09:59:25 -07:00
Jörg Thalheim 3d7054964f
Merge pull request #33814 from rnhmjoj/vapoursynth
Update Vapoursynth machinery
2018-01-13 16:50:45 +00:00
Jörg Thalheim 8c58cb2b78
Merge pull request #33791 from holidaycheck/jenkins-2.101
jenkins: 2.95 -> 2.101
2018-01-13 16:33:54 +00:00
Will Dietz c4e9e4a4d6 boehm-gc, libatomic_ops: 7.6.0 -> 7.6.2
These should be the same version.
2018-01-13 09:33:14 -06:00
Joachim F bba9f874b3
Merge pull request #33795 from romildo/upd.gstreamermm
gstreamermm: 1.8.0 -> 1.10.0
2018-01-13 14:19:12 +00:00
Thomas Mader 5f0c823a61 ldc: Disable cdvecfill test to fix build on older processors
https://github.com/NixOS/nixpkgs/pull/33830
2018-01-13 14:57:03 +01:00
Jörg Thalheim 0323fc2700
Merge pull request #33803 from adisbladis/qt59
Change package builds to use Qt 5.9
2018-01-13 11:46:07 +00:00
Joachim F 970a3e37ab
Merge pull request #28224 from RocketPuppy/add-literate
Literate: init at 2017-05-28
2018-01-13 11:45:30 +00:00
Christoph Hrdinka 17a4f0f756
woff2: set platforms to linux only
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-01-13 12:43:18 +01:00
xurei b9ae8efca5 libzxcvbn: init at 2.3 (#33822)
* Add package libzxcvbn

* zxcvbn-c: name after the project not the library
2018-01-13 10:40:45 +00:00
Jude Taylor cf6c05fda7 add haddock version for GHC 8.0 2018-01-13 01:17:23 -08:00
Robert Helgesson ad3b2e8657
lombok: 1.16.8 -> 1.16.20
Also perform a few package cleanups.
2018-01-13 09:57:46 +01:00
rnhmjoj c1902ef000
vapoursynth: R39 -> R40 2018-01-13 03:30:25 +01:00
Greg Pfeil 38deb53542
Merge branch 'master' into add/flootty 2018-01-12 15:08:44 -07:00
adisbladis 33ec57356a
vogl: Fix build with qt59 2018-01-13 04:10:55 +08:00
adisbladis 08ab28b9a3
qcachegrind: Use kcachegrind src/name attributes 2018-01-13 04:03:36 +08:00
adisbladis 7dea1f20ed
supercollider: 3.8.0 -> 3.8.1 2018-01-13 04:03:35 +08:00
adisbladis 907b143dc4
pythonPackages.python-utils: Fix build 2018-01-13 03:47:40 +08:00
adisbladis 46a4ea5186
pythonPackages.uranium: 3.0.3 -> 3.1.0 2018-01-13 03:47:10 +08:00
José Romildo Malaquias 09fb3b5e94 gstreamermm: 1.8.0 -> 1.10.0 2018-01-12 16:52:29 -02:00
Shea Levy 43e7cf5eb7
haskellPackages.ChasingBottoms: Disable testsuite 2018-01-12 13:04:57 -05:00
Gregory Pfeil 79db7c0616 flootty: init at 3.2.1 2018-01-12 10:32:50 -07:00
Mathias Schreck 4eba35bc9d jenkins: 2.95 -> 2.101 2018-01-12 17:01:19 +01:00
Peter Simons e30ecaa916
Merge pull request #33636 from hamishmack/haskell-internal-libs-darwin2
haskell: Fix depending on libs with internal libs on darwin.
2018-01-12 16:09:56 +01:00
Peter Simons e277be1943
Merge pull request #33360 from adnelson/unpin_lzma_versions
haskellPackages.lzma: loosen version bounds for test dependencies
2018-01-12 16:09:13 +01:00
Graham Christensen 9d72156fea
Merge pull request #33780 from manveru/upgrade-ruby
Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3
2018-01-12 08:28:08 -05:00
Michael Fellinger e90412debb Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3 2018-01-12 13:15:50 +01:00
Jörg Thalheim 9c3b2b6ad3
Merge pull request #33762 from kierdavis/fix-avr-gcc-ar
avrgcc: bake path to avr-ar into avr-gcc-ar
2018-01-12 10:59:42 +00:00
markuskowa 6bbf50374f libbladeRF: 1.4.0 -> 1.9.0 (#33551) 2018-01-12 10:43:56 +00:00
Robert Hensing f40ecb29aa Add documentation for haskell-modules/lib.nix 2018-01-12 10:48:03 +01:00
Bas van Dijk 762f5ea557 python-modules: removed unnecessary name attributes 2018-01-12 10:17:51 +01:00
Bas van Dijk c02a883169 pythonPackages.elasticsearch: move derivation to python-modules 2018-01-12 10:17:41 +01:00
adisbladis dd85adf814
Merge pull request #33714 from apeyroux/up-grmmalecte
grammalecte: 0.5.18 -> 0.6.1
2018-01-12 13:15:46 +08:00
Kier Davis 6bfa42218d
avrgcc: bake path to avr-ar into avr-gcc-ar
gcc provides wrappers for binutils' ar, nm and ranlib
executables, which must be used instead when using link-time
optimisation. See also:
http://manpages.ubuntu.com/manpages/zesty/man1/aarch64-linux-gnu-gcc-ar-5.1.html

The upstream version of avr-gcc-ar searches in paths passed to
the configure script for the avr-ar binary that it wraps, falling
back to searching PATH instead. Thus currently avr-gcc-ar works on
Nix, but only if avrbinutils is already in the environment.

This change bakes the path to avr-ar into avr-gcc-ar, since its path
is known at compile time. It also no longer searches PATH, meaning the
user's local environment won't override this path.

Note that avr-gcc-nm and avr-gcc-ranlib are compiled from the same
source file as avr-gcc-ar, just with different compiler flags.

Testing on master (without avrbinutils in the environment):

    $ nix-build -A avrgcc
    $ result/bin/avr-gcc-ar --version
    result/bin/avr-gcc-ar: Cannot find binary 'avr-ar'

Testing on branch with this fix:

    $ nix-build -A avrgcc
    $ result/bin/avr-gcc-ar --version
    GNU ar (GNU Binutils) 2.26.20160125
    ...
2018-01-12 00:48:35 +00:00
Daiderd Jordan 10c6439a89
Merge pull request #33756 from acowley/pngpp-darwin
pngpp: darwin support
2018-01-11 23:26:47 +01:00
rnhmjoj 3f642b4d62
zimg: 2.6.1 -> 2.7 2018-01-11 22:47:24 +01:00
Anthony Cowley ed559bf5d3 pngpp: darwin support
1) Building with clang is addressed by navigating a minor #if in some
of the code.

2) I noticed that even when things were building correctly, passing
`${out}` as a variable assignment to `make` was actually not working:
there were compiler warnings about missing include directories whose
bogus paths involved the literal string `out`. I ended up fixing this
by performing the assignment to the make variable `PREFIX` in the
`Makefile` itself.
2018-01-11 15:49:17 -05:00
Linus Heckemann 9ab77680b6 bullet: fix build on aarch64 2018-01-11 19:30:19 +03:00
Linus Heckemann 93cdceafb8 bullet: 2.86.1 -> 2.87 2018-01-11 19:30:19 +03:00
adisbladis e42c4c0789
Merge pull request #33751 from ankhers/update_elixir_rc
Update Elixir 1.6 RC
2018-01-12 00:14:07 +08:00
Justin Wood 4cd40bb062
Update Elixir 1.6 RC 2018-01-11 11:02:47 -05:00
Peter Simons aecc868ac1
Merge pull request #33733 from dhess/arm-cross-fixes
ghc, haskell-modules: ARM cross build fixes.
2018-01-11 16:56:20 +01:00
Drew Hess e4f3fe051e ghc, haskell-modules: ARM cross build fixes.
As requested in #33405.
2018-01-11 10:45:44 -05:00
Shea Levy 4e78aeb441
callCabal2nix: Fix calling with a path in the store. 2018-01-11 10:17:56 -05:00
Shea Levy fb069b77ee
Merge branch 'callCabal2nix-cleanSourceWith' 2018-01-11 09:21:50 -05:00
Lancelot SIX e47fa2a92b
gdbm: 1.13 -> 1.14
See http://lists.gnu.org/archive/html/info-gnu/2018-01/msg00000.html
for release information
2018-01-11 14:07:52 +01:00
Peter Simons db8a42963b
Merge pull request #33735 from dhess/swagger2-armv7l
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux.
2018-01-11 12:45:07 +01:00
Michael Raskin 18ca43f339
Merge pull request #33612 from fare-patches/master
Update gambit and gerbil
2018-01-11 09:38:08 +00:00
adisbladis d4917695b5
faad2: 2.7 -> 2.8.8 2018-01-11 17:31:47 +08:00
Francois-Rene Rideau 699c8cc832 gerbil: 0.12-DEV-836-gcde6802 -> 0.12-DEV-1030-gbbed3bc 2018-01-11 04:28:18 -05:00
adisbladis f1faffacd1
pythonPackages.botocore: 1.8.21 -> 1.8.26 2018-01-11 17:20:52 +08:00
Drew Hess 84e4caacc5
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux. 2018-01-11 00:59:55 -08:00
Orivej Desh 2f6b88551b
Merge pull request #33225 from LumiGuide/opencv-3.4.0
opencv: 3.3.1 -> 3.4.0
2018-01-11 08:29:05 +00:00
adisbladis 15b1432435 libvorbis: Fix CVE-2017-14160, CVE-2017-14632 & CVE-2017-14633 2018-01-11 05:25:09 +01:00
Peter Hoeg c80dc05ed6
Merge pull request #33144 from catern/master
supervise: 1.0.0 -> 1.1.0 and supervise_api fixes
2018-01-11 11:51:28 +08:00
Kamil Chmielewski a628055e5c ponyc: FIX $CC undefined, using gcc as the linker
https://github.com/ponylang/ponyc/issues/2482
2018-01-11 03:46:16 +01:00
adisbladis f5e39b2c26
Merge pull request #33727 from jluttine/update-salmon
pythonPackages.salmon: bec795cd -> 3.0.0
2018-01-11 09:54:33 +08:00
adisbladis 9d56002c39
Merge pull request #33707 from frontsideair/nodejs-9.4.0
nodejs: 9.3.0 -> 9.4.0
2018-01-11 09:33:27 +08:00
Jaakko Luttinen 1f2e247416
pythonPackages.salmon-mail: rename from salmon 2018-01-11 02:53:22 +02:00
Jaakko Luttinen 7140c4bbf9
pythonPackages.salmon: bec795cd -> 3.0.0 2018-01-11 00:26:19 +02:00
Thomas Mader 81d289fed0 ldc: Remove dynamiccompile tests for Darwin too 2018-01-10 22:48:36 +01:00
Sander van der Burg 83dfe29a12 nodePackages: regenerate with node2nix 1.5.1 2018-01-10 21:59:18 +01:00
Austin Seipp 155a2f270f yosys: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp 87132df854 arachne-pnr: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp 28cf4ce531 icestorm: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Joachim F 3b4ebab230
Merge pull request #33532 from ThomasMader/ldc1.7.0
ldc: 1.5.0 -> 1.7.0
2018-01-10 19:51:37 +00:00
Thomas Mader 1aff67ce19 ldc: 1.5.0 -> 1.7.0 2018-01-10 20:08:26 +01:00
Alexandre Peyroux afb7129e6b
grammalecte: 0.5.18 -> 0.6.1 2018-01-10 19:31:33 +01:00
adisbladis 395cd19c9d
Merge pull request #33664 from kquick/thespian-3.9.1
python: thespian: 3.9.0 -> 3.9.1
2018-01-11 02:09:49 +08:00
Shea Levy fb2b6ac373
callCabal2nix: Use cleanSourceWith for composable filtering 2018-01-10 12:46:45 -05:00
Frederik Rietdijk 80cb0c39de python.pkgs.pytest-rerunfailures: improve expression 2018-01-10 18:17:13 +01:00
Fatih Altinok c589f0462a nodejs: 9.3.0 -> 9.4.0 2018-01-10 20:14:15 +03:00
Shea Levy 3a763b9196
haskellLib: Add shellAware function 2018-01-10 12:08:36 -05:00
adisbladis f9e47ab57a
Merge pull request #33659 from etu/update-pytest-rerunfailures
pytest-rerunfailures: 2.0.1 -> 4.0
2018-01-11 00:40:41 +08:00
Spencer Baugh b2b00358e8 pythonPackages.supervise_api: fix deps on Python 2 2018-01-10 16:02:47 +00:00
Franz Pletz efcbc5b21b
Merge pull request #33438 from WilliButz/add-fileshelter
fileshelter: init at 3.0.0
2018-01-10 15:19:27 +00:00
adisbladis 67906744ec
Merge pull request #33658 from dtzWill/update/ngx_pagespeed
ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1
2018-01-10 20:04:59 +08:00
zimbatm c5c8f17422
Merge pull request #30952 from aneeshusa/build-vagrant-from-source
Build vagrant from source
2018-01-10 12:00:28 +00:00
Drew Hess c5e433df59
haskell-modules: more disabled tests for armv7l-linux.
Specifically: servant-docs, servant-swagger, swagger2.
2018-01-10 00:38:45 -08:00
Jörg Thalheim c4a6b3580a
Merge pull request #33674 from flokli/oracle-instantclient
oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
2018-01-10 07:45:52 +01:00
Peter Simons e07733ec92
Merge pull request #33683 from dhess/hashable-armv7l-fix
haskell-modules: disable hashable tests on armv7l-linux.
2018-01-10 07:23:43 +01:00
adisbladis 59ba2fe571
nodejs-8_x: 8.9.3 -> 8.9.4 2018-01-10 11:36:36 +08:00
Drew Hess c05378b730
haskell-modules: disable hashable tests on armv7l-linux. 2018-01-09 18:06:25 -08:00
Tim Steinbach ad0e0f27e3
sbt-extras: 77686b3 -> 3c8fcad 2018-01-09 19:21:28 -05:00
John Ericson 98b3db2eef
Merge pull request #33676 from obsidiansystems/less-arm-hack
gcc, binutils: Narrow down ARM hack so only native builds are affected
2018-01-09 17:52:45 -05:00
John Ericson c98e6b6771 gcc, binutils: Narrow down ARM hack so only native builds are affected 2018-01-09 17:25:49 -05:00
John Ericson c3052295fa Merge commit '3ed545ab31146e607c57649936c75869d6aa9ba2' into ericson2314-cross-master 2018-01-09 17:19:27 -05:00
Daiderd Jordan 3793320958
qt5-qtbase: update darwin patch 2018-01-09 22:47:34 +01:00
Florian Klink a508ac38f8 oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
also split major and minor version into a 'baseVersion', and specify
supported platforms.
2018-01-09 22:21:39 +01:00
WilliButz 1a74ff64bb
wt: split into wt3 and wt4 2018-01-09 22:01:06 +01:00
John Ericson 06a8d66528
Merge pull request #33603 from obsidiansystems/cross-check
stdenv: Force `doCheck` to be false when we are cross compiling
2018-01-09 15:09:54 -05:00
Peter Simons 2280127e85 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7.2 from Hackage revision
c0e307307b.
2018-01-09 20:33:02 +01:00
Matthew Pickering 5542e3cc4d haskell package set configuration clean-up
Closes https://github.com/NixOS/nixpkgs/pull/33588.
2018-01-09 20:32:55 +01:00
Kevin Quick 7933fe4ee5
python: thespian: 3.9.0 -> 3.9.1 2018-01-09 11:04:46 -08:00
Elis Hirwing c7eadc3ce9
pytest-rerunfailures: 2.0.1 -> 4.0 2018-01-09 19:26:29 +01:00
John Ericson 133b4658df treewide: Simplify some doCheck calls
In anticipation of what I outline in #33599, I only simplify exactly those
`doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a
comment next to them so I can grep for them later.
2018-01-09 12:37:38 -05:00
John Ericson 0c16a11c9a
Merge pull request #33575 from dtzWill/fix/cross-1
Minor cross fixes, 1
2018-01-09 12:34:50 -05:00
Franz Pletz 73303b592d
Merge pull request #33653 from flokli/electrum-ltc
electrum-ltc: 2.9.3.1 -> 3.0.5.1
2018-01-09 17:32:03 +00:00
Andreas Rammhold 613383206c
Merge pull request #33656 from veprbl/pyslurm_fix
pyslurm: bump to unbreak (master)
2018-01-09 17:24:23 +00:00
Dmitry Kalinkin 3ebad47b8a
pyslurm: bump to unbreak
Fixes: bd9512f217 ('slurm: 17.02.6 -> 17.02.9 for CVE-2017-15566')
(cherry picked from commit e5aa7467d4cb3750816a3673cf6c7fac138de111)
2018-01-09 11:57:35 -05:00
Will Dietz be2e01f8a0 ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1
Fixes build when used with nginxMainline.

(FWIW, 1.11.33.4 is from 2016-09-15)
2018-01-09 10:57:17 -06:00
Ben Gamari 6db707fe7e pkgconfig: Enable cross-compilation
(cherry picked from commit 91fdb2f9caf5ce14acb87f3b877216aeb2590e7e)
2018-01-09 11:23:56 -05:00
Ben Gamari bef09dcca1 krb5: Allow cross-compilation 2018-01-09 11:23:56 -05:00
Will Dietz 681555c11c lua-5: isMingw -> isMinGW 2018-01-09 11:23:56 -05:00
Florian Klink 01c80fe9bb py_scrypt: use instead of ltc_scrypt 2018-01-09 17:00:31 +01:00
Tim Steinbach e114a5c0d7
sbt: 1.0.4 -> 1.1.0 2018-01-09 10:07:05 -05:00
Eelco Dolstra 73a01aa028
Merge pull request #33642 from teozkr/libguestfs-java
Added JDK dependency to libguestfs
2018-01-09 15:25:55 +01:00
Robin Gloster 7c5430c27c
Revert "rust: store the cargo-vendor config"
This reverts commit 0af2c5891b.

See 0af2c5891b (commitcomment-26737983)
This breaks the cargoSha256 hashes.
2018-01-09 15:03:03 +01:00
Teo Klestrup Röijezon 440cfd3e42 libguestfs: Made Java dependency optional 2018-01-09 14:38:53 +01:00
Teo Klestrup Röijezon e74f61f30d libguestfs: Added JDK dependency
This is required with the current set of configure flags
2018-01-09 14:38:26 +01:00
Sander van der Burg a18da9b689 titaniumenv: add hack to reduce keychain blocking problems 2018-01-09 13:24:30 +01:00
Orivej Desh 7a891ebbdd
Merge pull request #33641 from dhess/gcc-armv7l-fix
Revert "gcc, binutils: Get rid of 32-bit ARM configure flag exception"
2018-01-09 12:18:43 +00:00
Sander van der Burg 792d48bc94 titaniumenv: fix path to IPA build product 2018-01-09 12:30:58 +01:00
adisbladis 9638055534
inotify-tools: 3.14 -> 3.20.1
Closes #33609
2018-01-09 12:14:46 +08:00
Drew Hess 3ed545ab31
Revert "gcc, binutils: Get rid of 32-bit ARM configure flag exception"
This commit breaks native armv7l-linux builds. Revert it until it can
be root-caused. This reversion does not affect other platforms or
cross-compiling.

This reverts commit 0f5c804631.
2018-01-08 20:03:33 -08:00
adisbladis c2316114bc
stdenv: Kill off ensureDir 2018-01-09 11:14:48 +08:00
Daiderd Jordan b195d8ab07 rustc: disable failing tests on darwin 2018-01-09 03:37:53 +01:00
zimbatm 0af2c5891b rust: store the cargo-vendor config
cargo-vendor generates almost the right cargo config. Store it with the
vendored files and patch it on use.

This allows to re-use the generated config when using git dependencies.
2018-01-09 03:37:53 +01:00
zimbatm c5456dbfec cargo: 0.22.0 -> 0.23.0 2018-01-09 03:37:53 +01:00
zimbatm 8559dd0474 rustc: 1.21.0 -> 1.22.1
* removed --enable-clang as it has disappeared
* removed old fixes that have been integrated in upstream
2018-01-09 03:37:53 +01:00
Shea Levy 6d3ff29d03
Add grpc. 2018-01-08 21:27:32 -05:00
Shea Levy 9d7883374c
Add gflags 2018-01-08 21:27:32 -05:00
Hamish Mackenzie d3eaa5a4de haskell: Fix depending on libs with internal libs on darwin. 2018-01-09 14:43:13 +13:00
Bas van Dijk 9aad587cbb opencv: have a better fix for the python bindings issue 2018-01-09 00:46:35 +00:00
Bas van Dijk 6919867b3b opencv: disable dnn_modern on darwin 2018-01-09 00:46:35 +00:00
Bas van Dijk 72a76fe8c3 opencv: fix build of the videoio module on darwin 2018-01-09 00:46:35 +00:00
Bas van Dijk 13639d24ef opencv: support optional unfree algorithms 2018-01-09 00:46:35 +00:00
Bas van Dijk 81acfbfb9f opencv: use system protobuf compiler 2018-01-09 00:46:34 +00:00
Bas van Dijk 965e5c24d6 opencv: 3.3.1 -> 3.4.0 2018-01-09 00:46:34 +00:00
Bas van Dijk 56ec6ee97e ogrepaged: patch to make it build with ogre-1.10 2018-01-09 00:46:34 +00:00
Bas van Dijk a1c21efdad ogre: package old version 1.9.1 for mygui, rigsofrods, and stuntrally 2018-01-09 00:46:34 +00:00
Bas van Dijk 968fc0bc0b ogre: 1.10.10 -> 1.10.11 2018-01-09 00:46:34 +00:00
Bas van Dijk 4a94001e13 ogre: 1.9 -> 1.10.10 2018-01-09 00:46:34 +00:00
Jörg Thalheim d273f02cd1
Merge pull request #33543 from ThomasMader/dtools2.078.0
dtools: 2.075.1 -> 2.078.0
2018-01-08 23:36:30 +01:00
Vladimír Čunát 9297a84a85
Merge #33623: libsigcxx: remove patch forcing -std=c++11 2018-01-08 21:25:34 +01:00