Commit graph

37308 commits

Author SHA1 Message Date
John Ericson 76667036ec gmp 6: Fix for cross 2017-05-17 16:15:32 -04:00
Daiderd Jordan fcbb9b3243 Merge pull request #25837 from czyzykowski/v8-on-osx
v8: fixes darwin build
2017-05-17 21:54:43 +02:00
Lukasz Czyzykowski 3de66330cd v8: fixes build on darwin
v8 compilation on macOS was failing because of missing dependency and
wrong linker. The approach to make it work is similar to the nodejs
package.
2017-05-17 21:50:49 +02:00
John Ericson 20fa6fd871 gcc: When cross compiling, always expect prefixed binutils
Previously this was just done on Darwin.
2017-05-17 15:33:05 -04:00
John Ericson 7018dfb9f4 binutils and cctools: Prefix derivation names with target for cross
We want platform triple prefixes and suffixes on derivation names to
be used consistently. The ideom this commit strives for is

 - suffix means build != host, i.e. cross *built* packages. This is
   already done.

 - prefix means build != target, i.e. cross tools. This matches the
   tradition of such binaries themselves being prefixed to disambiguate.]
   Binutils and cctools, as build tools, now use the latter
2017-05-17 15:33:05 -04:00
John Ericson 88ea6463a3 binutils on darwin: Clean up the rats nest
- No more *Cross duplication for binutils on darwin either.
   `cctools_cross` is merged into plain `cctools`, so `buildPackages`
   chains alone are used to disambiguate.

 - Always use a mashup of cctools and actual GNU Binutils as `binutils`.
   Previously, this was only done in the native case as nobody had
   bothered to implement the masher in the cross case. Implemented it
   basically consisted of extending the wrapper to deal with prefixed
   binaries.
2017-05-17 15:33:05 -04:00
Tim Steinbach 9379045664 Merge pull request #25842 from NeQuissimus/ammonite_0_8_5
ammonite: 0.8.4 -> 0.8.5
2017-05-17 08:30:30 -04:00
Frederik Rietdijk fc2caec756 Merge pull request #25850 from jluttine/cram-broken-on-i686
pythonPackages.cram: mark i686 broken
2017-05-17 12:42:16 +02:00
Peter Hoeg d4b3c86a08 editorconfig-core-c: minor cleanups 2017-05-17 16:53:08 +08:00
Jaakko Luttinen e95cb5d58a
pythonPackages.cram: mark i686 broken 2017-05-17 09:38:34 +03:00
Tim Steinbach 8037c5e0cf
ammonite: 0.8.4 -> 0.8.5 2017-05-16 20:39:42 -04:00
Daiderd Jordan ea229a26a3 Merge pull request #25839 from czyzykowski/rdkafka-on-osx
rdkafka: fixes darwin build
2017-05-17 00:13:21 +02:00
Lukasz Czyzykowski 3edc6108c5 Enables rdkafka compilation on macOS
Without --disable-ssl librdkafka ./configure detects that OpenSSL is
installed but when it tries to link it fails because the default
version is incompatible (1.0.2 vs required 1.1.x).

https://github.com/edenhill/librdkafka/issues/49#issuecomment-280219158
2017-05-16 23:41:31 +02:00
Frederik Rietdijk fda2318eab Merge pull request #25814 from sifmelcara/fix/opencvCMakeLibraryPath
opencv: Fix OpenCV build on non NixOS platform
2017-05-16 20:57:19 +02:00
Aistis Raulinaitis b2444e25ef UrWeb version bump 2017-05-16 11:43:23 -07:00
Vladimír Čunát 2b5b38a964
Merge #25807: gnutls: bugfix 3.5.11 -> 3.5.12 2017-05-16 18:38:54 +02:00
Vladimír Čunát 515414ed32
Merge branch 'master' into staging 2017-05-16 18:32:43 +02:00
Vladimír Čunát f5c568446a
qtwebkit-*: fix #25585: bad RPATH entries 2017-05-16 18:30:58 +02:00
Vladimír Čunát 65ede052fa
treewide: fixup packages with RPATH problems 2017-05-16 18:30:58 +02:00
Frederik Rietdijk ea2c573b3b python.pkgs.scipy: move expression and keep only a single version 2017-05-16 13:37:01 +02:00
Frederik Rietdijk c9b4a2f319 python.pkgs.numpy: move and get rid of multiple versions 2017-05-16 13:37:01 +02:00
Frederik Rietdijk 9174bd2538 pythonPackages.pandas: 0.19.2 -> 0.20.1 2017-05-16 13:37:01 +02:00
J M 03d190d54f shibboleth: Add Myself as a Maintainer (#25817) 2017-05-16 10:11:55 +01:00
Masayuki Takeda 1aaeb94855 3to2: init at 1.1.1 (#25202)
* 3to2: init at 1.1.1

* add myself to maintainer list

* add mt-caret as maintainer
2017-05-16 08:40:36 +02:00
Frederik Rietdijk 68adab765c Merge pull request #25810 from mimadrid/update/elixir-1.4.4
elixir: 1.4.2 -> 1.4.4
2017-05-16 08:18:41 +02:00
mingchuan b496ffbe55 opencv: Fix OpenCV build on non NixOS platform
OpenCV's CMakeFile will use libraries in /lib and /lib64 if it can
find libraries from those paths. However, it causes
build failure because nix detects impure paths being used.
2017-05-16 05:02:00 +08:00
Jörg Thalheim d83f1bfed5 Merge pull request #25788 from Mic92/metasploit
metasploit: 3.3.1 -> 4.14.17
2017-05-15 21:50:26 +01:00
mimadrid 4187d31ab7
elixir: 1.4.2 -> 1.4.4 2017-05-15 20:10:45 +02:00
mimadrid c68a241208
gnutls: 3.5.11 -> 3.5.12 2017-05-15 19:32:35 +02:00
Frederik Rietdijk 37cb24a318 python.pkgs.pytest_xdist: 1.14 -> 1.16.0 2017-05-15 14:36:30 +02:00
Daiderd Jordan e5a4da2ab8 python-pytest-xdist: fix tests 2017-05-15 14:14:51 +02:00
Stefan Lau 04527cd84b chromedriver: allow to install on more systems 2017-05-15 13:53:07 +02:00
Peter Simons bdf88dd61d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.2.1-1-gc33d81c from Hackage revision
1f35de13eb.
2017-05-15 09:50:55 +02:00
Frederik Rietdijk 8b647e991f Merge pull request #25563 from jluttine/add-piexif
pythonPackages.piexif: init at 1.0.12
2017-05-15 08:48:30 +02:00
Frederik Rietdijk 9468764b15 Merge pull request #25609 from jluttine/add-nbstripout
nbstripout: init at 0.3.0
2017-05-15 08:47:12 +02:00
Jörg Thalheim ae9e73125f
gem-config: add rb-readline 2017-05-14 22:29:51 +01:00
Jörg Thalheim c441ae6feb
gem-config: add pcaprub 2017-05-14 22:29:46 +01:00
Franz Pletz 2ab474b4a7
gitlab-runner_1_11: add patch to fetch shells from system path 2017-05-14 22:48:15 +02:00
Thomas Tuegel fabd48272f
Merge branch 'qt--qpa-plugin-path' 2017-05-14 13:55:42 -05:00
Thomas Tuegel 7c338b7df8
qtbase: search platform plugin paths before other plugin paths 2017-05-14 13:55:03 -05:00
Thomas Tuegel 88a5082edf
Revert "qt58: ignore NIX_PROFILES environment variable"
This reverts commit 6169bd98f5.
2017-05-14 13:55:02 -05:00
Jaakko Luttinen 8a68e4c7f6 pythonPackages.natsort: 5.0.1 -> 5.0.3
* pythonPackages.natsort: refactor config

* pythonPackages.natsort: 5.0.1 -> 5.0.3

* pythonPackages.natsort: fix broken
2017-05-14 20:05:50 +02:00
Joachim Fasting e6c65ecb12
tree-wide: remove uses of features.grsecurity 2017-05-14 15:08:51 +02:00
Vladimír Čunát b0d2de45cd
freetype: fix CVE-2017-{8105,8287} by upstream patches
I copied the patches, as the changelog changes would certainly conflict.
2017-05-14 15:00:44 +02:00
Vladimír Čunát fcdb4b51f8
mesa: maintenance 17.0.5 -> 17.0.6 2017-05-14 14:36:54 +02:00
Marc Nickert 1c9ed32a34
libtiff: security 4.0.7-5 -> 4.0.7-6 (Debian patches)
Taken from PR #25742, only adding extra comment.
2017-05-14 14:27:52 +02:00
Daiderd Jordan 22b7b491d5 Merge pull request #25769 from periklis/topic_fix_qt58_qtbase_stl
qt5-qtbase: remove old GNU libstdc++
2017-05-14 14:05:36 +02:00
Tuomas Tynkkynen beb43a651c Merge remote-tracking branch 'upstream/master' into staging 2017-05-14 14:24:20 +03:00
Peter Simons 5d6c76dd50 git-annex: make sure the test suite runs with git-annex-shell in $PATH 2017-05-14 12:26:08 +02:00
Peter Simons 5052ac8d25 git-annex: fix hash for new version 2017-05-14 11:43:47 +02:00
Peter Simons b5d2c81514 Remove broken haskell-tools overrides.
These overrides no longer evaluate correctly and as a result break Nixpkgs
evaluation.

ping @shlevy
2017-05-14 11:39:08 +02:00
Frederik Rietdijk a9238eae8f Merge pull request #25738 from nand0p/buildbot-0.9.7
buildbot: 0.9.6 -> 0.9.7
2017-05-14 10:00:12 +02:00
Periklis Tsirakidis 096c008036 Fix #25723: Remove old GNU libstdc++ for qtbase 2017-05-14 09:46:38 +02:00
Matthew Justin Bauer 4b06293597 checkbashisms: simplify and set platforms to unix (#25773)
- adds version to name
- also adds "unix" as platform (anything with perl should work)
2017-05-14 08:15:30 +01:00
Matthew Bauer f33ca4edc6
xapian: fixup darwin
The configure script is detecting that __exp10 is available even
though it isn’t on latest versions. This is the best fix I can find
for now.
2017-05-13 23:45:02 -05:00
Domen Kožar 7b208ab3c5 Merge pull request #25399 from themoritz/rm-purs-pinned-deps
Remove hackage2nix pinned dependencies for PureScript 0.10.7
2017-05-13 21:34:03 +02:00
Antoine Eiche f97180c012 pythonPackages.rfc3986: 0.2.2 -> 0.4.1 2017-05-13 00:11:48 +02:00
Pooyan Khosravi bc780285c0 ruby-modules gem-config: add rainbow
Rainbow needs rake (a make analogue) as build dep. This builds an specific
version of rake for building rainbow.

Since rake is private to rainbow there shouldn't be any problems until rainbow
devs decide they need another rake version which is unlikely.
2017-05-12 17:23:18 -04:00
Jörg Thalheim e8880627e8
Whoosh: fix python3.6
fixes #25745
2017-05-12 20:37:48 +01:00
Matthew Daiter 093130f802 openmvs: init at current master (#25672)
* openmvs: init at current master

* openmvs: simplify expression

* openmvs: init at unstable-2017-05-01
2017-05-12 20:07:11 +01:00
Fernando J Pando a6bcf148d7 buildbot: 0.9.6 -> 0.9.7 2017-05-12 10:59:27 -04:00
Pascal Wittmann 2d8c427a43 Merge pull request #25687 from dtzWill/update/souper-2017-03-23
souper: 2017-03-07 -> 2017-03-23
2017-05-12 16:23:02 +02:00
Vladimír Čunát 51e0f8f759
Merge branch 'master' into staging
Some more larger rebuilds from master.
2017-05-12 12:03:37 +02:00
gnidorah 7da0b964de libao: build both pulse and alsa drivers 2017-05-12 12:23:56 +03:00
Peter Simons 890fd54fde haskell-loc-test: break infinite recursion in test dependencies 2017-05-12 09:25:25 +02:00
Peter Simons 450a76eb62 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.2.1 from Hackage revision
979529ca1b.
2017-05-12 09:25:21 +02:00
Daiderd Jordan 4005d8a26d
python-flake8: 3.2.1 -> 3.3.0 2017-05-11 23:07:46 +02:00
Daiderd Jordan af14949b08
python-mccabe: 0.5.3 -> 0.6.1 2017-05-11 23:07:45 +02:00
Daiderd Jordan 00df7774e8
python-pyflakes: 1.3.0 -> 1.5.0
Fixes #25678
2017-05-11 23:07:30 +02:00
Jörg Thalheim f2c2aec0f6 Merge pull request #25703 from vdemeester/update-vndr
vndr: 20161110 -> 20170511
2017-05-11 20:38:47 +01:00
Daiderd Jordan c58aa3a508
python-dogpile-cache: disable concurrency tests 2017-05-11 19:51:50 +02:00
Anthony Cowley 0dbf5b02b9 fltk: 1.3.3 -> 1.3.4
This incidentally fixes the build on darwin.
2017-05-11 12:08:25 -04:00
Vincent Demeester 4f58a496c3
vndr: 20161110 -> 20170511
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-05-11 15:14:55 +02:00
Peter Hoeg 48192c65c3 partition-manager: init at 3.0.1
Includes kpmcore 3.0.3
2017-05-11 19:07:44 +08:00
Jörg Thalheim b22c62915f Merge pull request #25688 from k0ral/mediainfo
{lib}mediainfo{-gui}: 0.7.91 -> 0.7.95
2017-05-11 09:01:24 +01:00
Jörg Thalheim 8b36a16b05 Merge pull request #25684 from andrewrk/update-cmark
cmark: 0.23.0 -> 0.27.1
2017-05-11 08:38:12 +01:00
Jörg Thalheim e2a807cf12
cmark: enable tests 2017-05-11 08:37:22 +01:00
Jörg Thalheim 2dcc5bbb5d cmark: cmake in nativeBuildInputs 2017-05-11 07:57:09 +01:00
Jörg Thalheim be19ad150c Merge pull request #25594 from mimadrid/update/htslib-1.4
Update/htslib 1.4
2017-05-11 07:08:56 +01:00
Peter Hoeg 83970f5cbc usb_modeswitch: remove unneeded dependencies 2017-05-11 13:45:05 +08:00
Dan Peebles bd831b4a07 flamegraph: 182b24fb -> 6b2a446d
Also, add a more predictable alias to all-packages.nix
2017-05-11 01:28:44 -04:00
koral 6fedc9cdbe {lib}mediainfo{-gui}: 0.7.91 -> 0.7.95 2017-05-10 23:18:48 +02:00
Will Dietz 70f95f46d4 souper: 2017-03-07 -> 2017-03-23 2017-05-10 15:52:55 -05:00
Andrew Kelley 33acfb8029 cmark: 0.23.0 -> 0.27.1 2017-05-10 15:58:53 -04:00
Frederik Rietdijk 0e93069c7f Merge pull request #25668 from lsix/update_django_1_11_1
pythonPackages.django: 1.11 -> 1.11.1
2017-05-10 19:33:46 +02:00
Daiderd Jordan c0774b970b Merge pull request #25307 from acowley/llvm-openmp
llvm: Add the LLVM OpenMP components
2017-05-10 18:51:44 +02:00
Linus Heckemann 28154f45a6 cmake setup hook: allow other build types 2017-05-10 14:33:20 +01:00
Shea Levy ac1599971f hackage2nix: Pull haskellSrc2nix from the final package set 2017-05-10 08:03:57 -04:00
Gabriel Ebner 8da31b0e2e fstar: 0.9.2.0 -> 0.9.4.0 2017-05-10 13:54:21 +02:00
Markus Kohlhase 344f1ee374 opencv: remove myself (flosse) from the maintainers list 2017-05-10 11:10:10 +02:00
Lancelot SIX e877cbdd6c
pythonPackages.django: 1.11 -> 1.11.1
This is a bugfix release. See
https://docs.djangoproject.com/en/1.11/releases/1.11.1/
2017-05-10 09:50:37 +02:00
Vincent Laporte 0a4da64cad ocamlPackages.octavius: init at 0.2.0
Octavius is a library to parse the ocamldoc comment syntax.
2017-05-10 06:36:39 +00:00
Franz Pletz f2e100ca85 Merge pull request #25616 from Ma27/package/activator/remove
activator: remove package from package-set
2017-05-10 03:30:51 +02:00
Vladimír Čunát 8b01ec9a9e
Merge branch 'master' into staging 2017-05-10 00:54:53 +02:00
Jörg Thalheim 8f72f93981 Merge pull request #25614 from bobakker/master
hpx: restrict architecture to x86_64
2017-05-09 22:33:13 +01:00
Jaakko Luttinen 976d811ad4
pythonPackages.piexif: init at 1.0.12 2017-05-09 20:22:36 +03:00
Daiderd Jordan 0d6d47edd1 Merge pull request #25568 from sigma/pr/go-1.8.1
go: 1.8 -> 1.8.1
2017-05-09 18:44:12 +02:00
Peter Simons a1b6c5f5d6 Revert "Use consistent package naming for HEAD.nix files" for GHC and GHCjs.
This reverts commit 31b0e34d1d. The version
numbers used in that commit were no improvement.
2017-05-09 17:59:28 +02:00
Pascal Wittmann a913e8c3fa Merge pull request #25634 from ericsagnes/pkg-new/gnu-cobol
gnu-cobol: init at 2.0rc-2
2017-05-09 14:40:31 +02:00
Eric Sagnes bd03033b49 gnu-cobol: init at 2.0rc-2 2017-05-09 19:03:41 +09:00
Arseniy Seroka 87e7faa937 Merge pull request #25631 from rht/master
Use consistent package naming for HEAD.nix files
2017-05-09 11:27:03 +03:00
Jean-Philippe Bernardy 7b5356ed5e pythonPackages.tensorflow 1.0.0 -> 1.1.0 2017-05-09 10:09:11 +02:00
David Johnson a5df611d91 ghcjs: mark as fixed 2017-05-08 22:32:08 -07:00
rht 31b0e34d1d
Use consistent package naming for HEAD.nix files 2017-05-09 10:31:15 +07:00
Maximilian Bosch 25a3563102
activator: remove package from package-set
the typesafe activator is about to reach end of life at the end of this
month (2017-05) and the servers will be decommissioned at the ond of 2017.

See http://www.lightbend.com/community/core-tools/activator-and-sbt for
and the project's readme
(https://github.com/typesafehub/activator/blob/master/README.md) for further reference.
2017-05-08 19:02:25 +02:00
Bo Bakker 29c8d83f88 Restrict architectures to x86_64 2017-05-08 14:47:51 +02:00
Yann Hodique 19ebff1d95 go: 1.7.4 -> 1.7.5 2017-05-08 13:14:46 +02:00
Ben Zhang 0a4cf89ae4 yarn: 0.23.2 -> 0.23.4 2017-05-08 13:09:10 +02:00
Eelco Dolstra 81ffcfdef3 Merge pull request #25602 from TaktInc/sierra-haskell
Remove unused `local` command.
2017-05-08 13:08:45 +02:00
Jaakko Luttinen f303480f1f
pythonPackages.pytest-cram: init at 0.1.1 2017-05-08 11:30:06 +03:00
Jaakko Luttinen 4a89ab35ee
pythonPackages.cram: init at 0.7 2017-05-08 11:14:40 +03:00
Bo Bakker 6d598fccce hpx: init at 1.0.0 2017-05-08 10:05:30 +02:00
Kamil Chmielewski 9943e5635c ponyc: 0.13.1 -> 0.14.0
https://github.com/ponylang/ponyc/issues/1877
2017-05-08 09:38:34 +02:00
Judah Jacobson 3ef04024d9 Remove unused local command. 2017-05-07 16:39:50 -07:00
mimadrid 295a23a2db
htslib: 1.3.2 -> 1.4 2017-05-07 23:15:42 +02:00
Daiderd Jordan 3b7566e76f
ycmd: copy libclang on darwin 2017-05-07 22:34:58 +02:00
Frederik Rietdijk 2f3cfe696b pythonPackages.pygments: move expression to own file 2017-05-07 22:23:32 +02:00
Frederik Rietdijk 7a61788bc1 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-07 21:36:49 +02:00
Lorenzo Manacorda 0f918b9846 mapnik: 3.0.12 -> 3.0.13 2017-05-07 20:28:56 +02:00
Joachim F 5a17c40807 Merge pull request #25416 from lheckemann/openal-soft-cross
openal-soft: move cmake to nativeBuildInputs
2017-05-07 18:55:02 +01:00
Tim Steinbach c882b967c1 Merge pull request #25560 from NeQuissimus/coursier_1_0_0_rc2
coursier: 1.0.0-RC1 -> 1.0.0-RC2
2017-05-07 12:34:24 -04:00
Peter Simons bf18d5f8b1 Merge pull request #25577 from PierreR/master
haskellPackages.postgrest-ws: dontCheck
2017-05-07 18:33:58 +02:00
Shea Levy 63841d159e Merge branch 'intero-nix-shim' of git://github.com/michalrus/nixpkgs 2017-05-07 08:20:54 -04:00
Joachim F 5e0ec33854 Merge pull request #25576 from montag451/asn1c
asn1c: 0.9.27 -> 0.9.28
2017-05-07 12:53:58 +01:00
Frederik Rietdijk 021978300c Python: replace requests2 with requests tree-wide - follow up
ca0a4e2a9a was committed just before I
pushed ef4442e827
2017-05-07 13:01:23 +02:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Pierre Radermecker 080bd323ad haskellPackages.postgrest-ws: dontCheck 2017-05-07 12:49:40 +02:00
obadz ca0a4e2a9a pythonPackages.libsoundtouch: init at 0.3.0 2017-05-07 11:27:10 +01:00
montag451 74b55421b4 asn1c: 0.9.27 -> 0.9.28 2017-05-07 11:50:47 +02:00
Gabriel Ebner e6825201f7 electron: 1.6.2 -> 1.6.6 2017-05-07 08:31:40 +02:00
davidak 49c4f2b6f5 libscrypt: init at 1.21 2017-05-07 07:01:54 +02:00
Peter Hoeg 994299b7a9 xapian: 1.4.0 -> 1.4.4 2017-05-07 10:41:30 +08:00
Peter Hoeg 0eac38c4ce libtoxcore: 0.1.7 -> 0.1.8 2017-05-07 10:40:29 +08:00
Michal Rus 6aefa13156
intero-nix-shim: fix runtime dependencies 2017-05-07 02:20:17 +02:00
Yann Hodique aa513180c5 go: 1.8 -> 1.8.1 2017-05-06 12:55:32 -07:00
Tim Steinbach 56799cf3b6
coursier: 1.0.0-RC1 -> 1.0.0-RC2 2017-05-06 12:25:44 -04:00
Frederik Rietdijk 30a33a55dd Merge pull request #25544 from asymmetric/electrum-ltc
Electrum-LTC: init at 2.6.4.2
2017-05-06 14:10:41 +02:00
Vladimír Čunát fa5d543770
Merge branch 'master' into staging 2017-05-06 13:24:28 +02:00
Frederik Rietdijk 37a48c9199 Merge pull request #25549 from jluttine/add-pytest-flake8
pythonPackages.pytest-flake8: init at 0.8.1
2017-05-06 12:28:54 +02:00
Jaakko Luttinen cc51dd699d
pythonPackages.pytest-flake8: init at 0.8.1 2017-05-06 12:57:49 +03:00
Vladimír Čunát 5725505967
mesa: maintenance 17.0.4 -> 17.0.5 2017-05-06 11:57:02 +02:00
Frederik Rietdijk 5bf1e967fd Merge pull request #25296 from mguentner/add_td_watson
watson: init at 1.4.0
2017-05-06 11:16:04 +02:00
Josef Kemetmueller facf9a6d22 pytables: Fix build on darwin by using external c-blosc
Using the pytables internal c-blosc lead to a compilation error on
darwin, as the installer uses cpuinfo.get_cpu_info(), which
(unexpectedly for pytables) returns None in the current darwin-python.
2017-05-06 10:45:34 +02:00
Josef Kemetmueller a2569f5fd6 c-blosc: init at 1.11.3 2017-05-06 10:44:57 +02:00
Shea Levy a1748f7b5c Merge remote-tracking branch 'takt/sierra-haskell' 2017-05-05 18:39:35 -04:00
Lorenzo Manacorda 756695c3fa pythonPackages.ltc_scrypt: init at 1.0
library needed by the electrum-ltc lightweight litecoin wallet
2017-05-05 21:42:04 +02:00
Frederik Rietdijk 9652e3e8f2 Merge pull request #25404 from vrthra/csvkit
csvkit: 0.9.1 -> 1.0.2
2017-05-05 21:10:17 +02:00
Judah Jacobson 2caa7b88ae Fix use of isDarwin conditionals. 2017-05-05 09:53:08 -07:00
Andy Li 56b30bf98a haxe: 3.2.1 -> 3.4.2 2017-05-06 00:41:43 +08:00
Joachim F ea929311bb Merge pull request #25523 from joachifm/libressl-2_5_4
libressl: 2.5.3 -> 2.5.4
2017-05-05 17:37:01 +01:00
Judah Jacobson 7131e06214 haskell: work around linker limits on Mac OS X Sierra.
The Sierra linker added a limit on the number of paths that any one
dynamic library (`*.dylib`) can reference.  This causes problems when
a Haskell library has many immediate dependencies (#22810).

We follow a similar fix as GHC/Cabal/Stack: for each derivation,
create a new directory with symlinks to all the dylibs of its immediate
dependencies, and patch its package DB to reference that directory
using the new `dynamic-library-dirs` field.

Note that this change is a no-op for older versions of GHC, i.e., they will
continue to fail on some packages as before.

Also note that this change causes the bootstrapped versions of GHC to be
recompiled, since they depend on `hscolour` which is built by
`generic-builder.nix`.

Tested by building the `stack` binary as described in #22810.
2017-05-05 09:26:58 -07:00
Pascal Wittmann 4ff4f6e038 Merge pull request #25522 from Ralith/rust-bindgen
rust-bindgen: 0.23.0 -> 0.24.0
2017-05-05 17:16:25 +02:00
Frederik Rietdijk af87b922f1 pythonPackages.plotly: 1.9.5 -> 2.0.8 2017-05-05 14:22:16 +02:00
Maximilian Güntner 7aafda3024
pythonPackages: pytest-datafiles init at 1.0 2017-05-05 10:59:28 +02:00
Jörg Thalheim 6f7670e831
nodePackages: split into v4/v6 package set
A full package set is not needed for both node versions. The goal is to
remove the large amount of generated files. Instead only packages which
might be needed in v4 development environments are added to a dedicated
node-packages-v4.json file.
2017-05-05 09:02:52 +01:00
Frederik Rietdijk f4b5950d8c pythonPackages.bibtexparser: init at 0.6.2 2017-05-05 09:51:03 +02:00
Frederik Rietdijk 87723d5ac3 pythonPackages.mplleaflet: init at 0.0.5 2017-05-05 09:51:03 +02:00
Jaakko Luttinen 96c0a6db3a pythonPackages.phpserialize: init at 1.3 (#25521)
* pythonPackages.phpserialize: init at 1.3

* pythonPackages.phpserialize: clarify test situation
2017-05-05 08:01:56 +01:00
Benjamin Saunders bbdfa06eb5 rust-bindgen: 0.23.0 -> 0.24.0
Fixes errors arising from unset LIBCLANG_PATH
2017-05-04 23:20:51 -07:00
Joachim Fasting e2bc4e4bde
libressl: 2.5.3 -> 2.5.4
Contains a fix for CVE-2017-8301: TLS verification vulnerability in
LibreSSL 2.5.1 - 2.5.3 [1][2]

[1]: http://seclists.org/oss-sec/2017/q2/145
[2]: https://github.com/libressl-portable/portable/issues/307
2017-05-05 07:37:48 +02:00
Joachim F 244b05e5e5 Merge pull request #25519 from utdemir/master
rdkafka: 2015-11-03 -> 0.9.5
2017-05-05 04:42:16 +01:00
Utku Demir 85ea6249bb rdkafka: 2015-11-03 -> 0.9.5 2017-05-05 14:55:07 +12:00
pajowu d8fccd4ac5 libsmi: init at 0.5.0 (#25433) 2017-05-05 00:13:44 +01:00
Daiderd Jordan 390e2ea14f Merge pull request #25219 from knedlsepp/fix-opencv3-darwin
opencv3: Enable darwin build
2017-05-04 23:49:38 +02:00
Josef Kemetmueller 68c6e5bc8b opencv3: Enable darwin build 2017-05-04 22:50:03 +02:00
Frederik Rietdijk 6eff61d6a1 Merge pull request #25486 from apeschar/master
pythonPackages.PyLD: init at 0.7.2
2017-05-04 20:59:18 +02:00
Albert Peschar 10abea9ecc pythonPackages.PyLD: init at 0.7.2 2017-05-04 20:51:31 +02:00
pe@pijul.org 5db271c99a pythonPackages.httpserver: init at 1.1.0 2017-05-04 20:25:09 +02:00
Eelco Dolstra 3b8f8951db
Merge remote-tracking branch 'origin/master' into staging 2017-05-04 20:23:38 +02:00
Eelco Dolstra d46e78ed0f
libseccomp: Fix RPATH
Ensure that bin/scmp_sys_resolver doesn't have $TMPDIR in its RPATH.

I can't reproduce the issue reported in
98edb24368 that required the addition of
a wrapper script. It seems to work fine without.
2017-05-04 20:23:13 +02:00
Frederik Rietdijk 77fba4a112 pythonPackages.pyproj: init at 1.9.5.1 2017-05-04 18:57:23 +02:00
Frederik Rietdijk 665df607fb pythonPackages.folium: init at 0.3.0 2017-05-04 16:19:56 +02:00
Frederik Rietdijk 2aeff6c05c pythonPackages.branca: init at 0.2.0 2017-05-04 16:19:56 +02:00
Eelco Dolstra 7d3f1d9c56
hydra: preHook -> shellHook
Upstream 8abc595d1c.
2017-05-04 15:34:25 +02:00
Frederik Rietdijk bad72e972d Merge pull request #25460 from lsix/fix-pythonpackages-update-errors
Fix buildbot
2017-05-04 12:39:39 +02:00
Lancelot SIX d41a0832b6
buildbot: 0.9.5 -> 0.9.6 2017-05-04 12:24:55 +02:00
Chris Hodapp f277137522 gdal: add GeoPDF support via poppler 2017-05-04 09:34:19 +02:00
Daniel Peebles 2e51d27787 Merge pull request #25473 from aneeshusa/update-capnproto-to-0.6.0
capnproto: 0.5.3 -> 0.6.0
2017-05-03 21:20:52 -04:00
Michal Rus 9925c5c9b1
intero-nix-shim: init at 0.1.2 2017-05-03 23:36:02 +02:00
Lancelot SIX ff472837ea
pythonPackages.sqlalchemy_migrate: 0.10.0 -> 0.11.0 2017-05-03 23:17:56 +02:00
Lancelot SIX 7f5ddfe52f
pythonPackages.os-testr: 0.4.2 -> 0.8.1 2017-05-03 23:17:55 +02:00
Lancelot SIX 1631f36143
pythonPackages.autobahn: 0.18.2 -> 17.5.1 2017-05-03 22:33:04 +02:00
Lancelot SIX 8adb26319f
pythonPackages.pytest-asyncio: enable only for python3 2017-05-03 22:33:04 +02:00
Rahul Gopinath 5762985302 csvkit: refactor 2017-05-03 11:58:29 -07:00
Rahul Gopinath 14d951c46f python-slugify: refactor 2017-05-03 11:58:29 -07:00
Rahul Gopinath 0ef0a4ab5e pytimeparse: refactor 2017-05-03 11:58:29 -07:00
Rahul Gopinath 2b56afea4d dbfread: refactor 2017-05-03 11:58:29 -07:00
Rahul Gopinath b94706926b dbf: refactor 2017-05-03 11:58:29 -07:00
Rahul Gopinath e13b240359 agate-sql: refactor 2017-05-03 11:58:29 -07:00
Rahul Gopinath 4365d634c8 agate-excel: refactor 2017-05-03 11:58:29 -07:00
Rahul Gopinath 90daf2de27 agate-dbf: refactor 2017-05-03 11:58:29 -07:00
Rahul Gopinath 4036bc91da agate: refactor 2017-05-03 11:58:29 -07:00
Rahul Gopinath 8678c0339d aenum: 1.4.7 -> 2.0.3 2017-05-03 11:58:28 -07:00
Domen Kožar c5badb123a Merge pull request #25482 from PierreR/master
hackage2nix: remove postgrest/postgrest-ws from broken packages
2017-05-03 18:37:05 +02:00
Nikolay Amiantov 61e5763694 sqlitebrowser: wrap Qt application 2017-05-03 18:00:22 +03:00
Peter Simons a9737f610f Merge pull request #25398 from ljli/ghci-sys-libs
haskell: set LD_LIBRARY_PATH in shellHook
2017-05-03 15:50:06 +02:00
Vladimír Čunát 4ea520ce48
ocamlPackages.utop: add missing makeWrapper
... fixing the build.  No testing otherwise.
2017-05-03 15:48:21 +02:00
Leon Isenberg e73e5c884f haskell: set LD_LIBRARY_PATH in shellHook
LD_LIBRARY_PATH is considered by GHCI.
Previously e.g. `cabal repl` failed on packages with
system library dependencies.
2017-05-03 15:18:45 +02:00
Pierre Radermecker 1124c0ff6b hackage2nix: remove postgrest/postgrest-ws from broken packages 2017-05-03 14:53:14 +02:00
Théo Zimmermann 017a723939 camlp5: fix install with ocaml 4.04
The problem was that bytecode executables were shrinked.

This closes #25367.
2017-05-03 11:57:33 +02:00
Peter Simons 1fdc34b737 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.2-1-gd2334f4 from Hackage revision
b0588eb8a1.
2017-05-03 10:10:45 +02:00
Peter Simons 4b7caa7408 LTS Haskell 8.13 2017-05-03 10:10:36 +02:00
Frederik Rietdijk c520e79842 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-03 09:59:49 +02:00
Frederik Rietdijk 664ff4069c pythonPackages.magic-wormhole: fix build
- fixes build
- use buildPythonPackage and pass in individual packages

As mentioned in https://github.com/NixOS/nixpkgs/pull/20722 this
packages is both an application and a library.

If a package is both then we use buildPythonPackage and put it in
python-packages.nix. That way we can guarantee we use the correct
version of dependencies when using it as a library. Unfortunately, it
does mean the name of the package is prefixed with `pythonX.X-`.
2017-05-03 09:52:53 +02:00
Frederik Rietdijk 3dfa709706 pythonPackages.line_profiler: fix build 2017-05-03 08:50:48 +02:00
Frederik Rietdijk 8017bc934e Merge pull request #25453 from LnL7/python-stevedore
python-stevedore: 1.7.0 -> 1.21.0
2017-05-03 08:46:32 +02:00
Frederik Rietdijk 97630b21c9 pythonPackages.pydot: fix build 2017-05-03 08:42:24 +02:00
Frederik Rietdijk a7b206bb89 pythonPackages.certifi: move to separate file 2017-05-03 08:19:58 +02:00
Aneesh Agrawal 65d06f33cc capnproto: 0.5.3 -> 0.6.0 2017-05-03 02:14:31 -04:00
Frederik Rietdijk 8d52769ef2 Merge pull request #25459 from LnL7/darwin-gdal
gdal: fix darwin build
2017-05-03 08:13:51 +02:00
Frederik Rietdijk 9e48fc3268 Merge pull request #24131 from nand0p/buildbot-0.9.5
buildbot: 0.9.4 -> 0.9.5
2017-05-03 07:56:29 +02:00
Aneesh Agrawal ded7953478 treewide: meta.platform -> meta.platforms 2017-05-02 19:32:02 -04:00
Michael Raskin 7527355840 Merge pull request #25218 from expipiplus1/cross-llvm
Fix cross compilation of LLVM-3.9
2017-05-02 22:24:41 +02:00
Daiderd Jordan 516f909acb
gdal: fix darwin build 2017-05-02 22:21:03 +02:00
Michael Raskin beff1984f4 qtinstaller: build submodule-style 2017-05-02 21:47:07 +02:00
Daiderd Jordan 5217969f69
python-stevedore: 1.7.0 -> 1.21.0 2017-05-02 20:11:49 +02:00
Jonathan Rudenberg 031156c41f libhdhomerun: init at revision 1efbcb2 2017-05-02 13:47:01 -04:00
John Wiegley b88296818d
libidn2: Correct a broken darwin patch 2017-05-02 10:46:06 -07:00
Tim Steinbach a74632f6c2 Merge pull request #25440 from NeQuissimus/ammonite_0_8_4
ammonite: 0.8.3 -> 0.8.4
2017-05-02 13:42:49 -04:00
Peter Simons 287e670462 Merge pull request #25390 from Hodapp87/rstudio_fix
rstudio: Fix recompilation issue with custom package set
2017-05-02 16:43:41 +02:00
Tim Steinbach c13e328916
ammonite: 0.8.3 -> 0.8.4
Also rename package and add alias for the old name.
2017-05-02 08:56:20 -04:00
Vladimír Čunát d7501b986a
luajit: 2.1.0-beta2 -> 2.1.0-beta3
The removal of `luaL_reg` alias caused lots of breakage.
Only sysdig and knot-resolver needed (also) other changes.
2017-05-02 14:00:45 +02:00
Vladimír Čunát 9ad1aaae53
lua5_{sec,1_sockets,expat}: convert to aliases
There's nothing better in these expressions than what we have in
lua-packages.nix
2017-05-02 14:00:44 +02:00
Domen Kožar 767aad2aaa
hydra: 2017-03-21 -> 2017-04-26 2017-05-02 09:36:35 +02:00
Moritz Drexl 473a9be1c2 purescript: remove pinned dependencies in hackage2nix config
The dependencies were added for purescript 0.10.7 and are no longer needed since
the override is gone.
2017-05-02 09:29:05 +02:00
Lancelot SIX 6bf20f95d9
pythonPackages.channels: 1.0.3 -> 1.1.3 2017-05-02 09:28:35 +02:00
Lancelot SIX 519d3d0451
pythonPackages.daphne: 1.0.3 -> 1.2.0 2017-05-02 09:28:35 +02:00
Lancelot SIX 528a452043
pythonPackages.twisted: 16.4.1 -> 17.1.0 2017-05-02 09:28:34 +02:00
Lancelot SIX d965c8e6e9
pythonPackages.asgi_redis: 1.0.0 -> 1.3.0 2017-05-02 09:28:34 +02:00
Lancelot SIX c767920189
pythonPackages.asgi_ipc: 1.2.0 -> 1.3.1 2017-05-02 09:28:33 +02:00
Lancelot SIX db0627336e
pythonPackages.asgiref: 1.0.0 -> 1.1.1 2017-05-02 09:28:28 +02:00
Lancelot SIX b1d16c731f
pythonPackages.automat: init at 0.5.0 2017-05-02 09:25:35 +02:00
Lancelot SIX 63fd2c7e62
pythonPackages.autobahn: 0.16.0 -> 0.18.2 2017-05-02 09:25:35 +02:00
Lancelot SIX 0743b0fb6e
pythonPackages.pytest-asyncio: init at 0.5.0 2017-05-02 09:25:30 +02:00
Lancelot SIX df79a19638
pythonPackages.constantly: init at 15.1.0 2017-05-02 09:24:46 +02:00
Lancelot SIX 687fe19a04
pythonPackages.txaio: 2.5.2 -> 2.7.0 2017-05-02 09:24:46 +02:00
Lancelot SIX 91b5290412
pythonPackages.m2r: init at 0.1.5 2017-05-02 09:24:42 +02:00
Peter Simons 033f2a6ca5 Merge pull request #25405 from obsidiansystems/gi-javascriptcore-fix3
gi-webkit2: fix gi-javascriptcore dependency
2017-05-02 09:04:14 +02:00
Peter Simons 7b17f00f2f Merge pull request #25400 from ljli/hse-simple-no-conf
haskell: haskell-src-exts-simple: Remove configuration
2017-05-02 08:59:09 +02:00
Peter Simons c609aecede Merge pull request #25389 from roberth/fix-haskell-tasty-discover
haskellPackages.tasty-discover: bootstrap itself using an untested build
2017-05-02 08:44:43 +02:00
Jörg Thalheim d08c717eff pythonPackages.cffi: 1.9.1 -> 1.10.0 2017-05-02 07:32:16 +02:00
Michael Raskin 4099450bea Merge pull request #25414 from LnL7/darwin-nox
nox: fix darwin build
2017-05-02 00:25:07 +02:00
Shea Levy 9f2bbf65af haskellSrc2nix: preferLocalBuild and use unwrapped cabal2nix.
No need to download bazaar etc...
2017-05-01 18:21:42 -04:00
Linus Heckemann 6130dfd3dc openal-soft: move cmake to nativeBuildInputs
This allows cross-compiling it.
2017-05-01 23:19:00 +01:00
Vladimír Čunát 30c0a2ca2e
libplist: drop libxml2 dependency
The announcement for 2.0.0 claims it isn't needed anymore,
and it seems true.
2017-05-01 23:55:14 +02:00
Daiderd Jordan 74686d6c8c
python-dogpile-cache: fix darwin build and add missing test dependencies 2017-05-01 23:41:12 +02:00
Michael Raskin f4289c8b19 qtinstaller: init at 2.0.3; adapted from expression by @spacefrogg
See #23620
2017-05-01 22:32:37 +02:00
Daiderd Jordan 1046723ff6 Merge pull request #25308 from acowley/glfw-id
glfw: fix the install name id on darwin
2017-05-01 22:08:42 +02:00
Ryan Trinkle 1927361e44 gi-webkit2: fix gi-javascriptcore dependency 2017-05-01 15:21:57 -04:00
Will Dietz cb026b1b65 swift: Fix sha256, I think upstream moved the release tag?
If this happens again we can target the particular commit
but hopefully it's a one-time thing.
2017-05-01 13:52:46 -05:00
Leon Isenberg 299fdf7441 haskell: haskell-src-exts-simple: Remove configuration 2017-05-01 19:07:50 +02:00
Michael Raskin 63e3711ee5 Merge pull request #25279 from LnL7/libplist-2.0.0
libplist: 1.12 -> 2.0.0
2017-05-01 19:06:45 +02:00
Michael Raskin 8972abbfc9 Merge pull request #25239 from jyp/keras2
keras: 1.2.2 -> 2.0.3
2017-05-01 19:01:05 +02:00
Vladimír Čunát 92ee3b02e8
Merge branch 'staging'
Master is seeing a very large rebuild now, and this version of staging
seemed rather fine already (only a few thousand builds remaining now).
I really didn't want to wait a few more days because of this.
2017-05-01 18:00:21 +02:00
Jörg Thalheim 27b7e2f7da Merge pull request #25392 from armijnhemel/json-c
json-c: 0.12 -> 0.12.1
2017-05-01 17:57:41 +02:00
Vladimír Čunát ba4fd61630
Merge #25382: ffmpeg: remove darwin patch 2017-05-01 17:45:30 +02:00
Michael Raskin 6fc51d1d7f django_hijack: reduce hackishness of overrides 2017-05-01 17:42:31 +02:00
Anthony Cowley de3c1f0dc9 glfw: fix the install name id on darwin
Also change platforms to ‘unix‘.
2017-05-01 11:40:06 -04:00
Robert Hensing 14244d0f33 haskellPackages.tasty-discover: bootstrap itself using an untested build
The tasty-discover test suite depends on tasty-discover in $PATH during
test-suite compilation. Adding an untested build of itself to build
tools fixes the problem, without putting the untested version in
the package set.
2017-05-01 17:28:45 +02:00
Armijn Hemel 6d57c280c6 remove no longer needed patch 2017-05-01 16:27:50 +02:00
Armijn Hemel ab55c0c2c2 json-c: 0.12 -> 0.12.1 2017-05-01 16:23:14 +02:00
Chris Hodapp 29969a5ec7 rstudio: Fix recompilation issue with custom package set
This attempts to fix the issue described at
https://github.com/NixOS/nixpkgs/pull/22219#issuecomment-291801133.
Any change to the custom packages passed to RStudio causes this to
completely rebuild RStudio, which is completely unnecessary and also a
bit of a hindrance as it's a fairly slow build.

This rolls back most of that old PR, and instead implements something
more like rWrapper.  Existing configurations with the old useRPackages
will break.
2017-05-01 09:46:40 -04:00
Michael Raskin 47d352fd28 pythonPackages.django_compat: restore access to buildPythonPackage override 2017-05-01 15:14:39 +02:00
Michael Raskin 9ae5487b19 Merge branch 'master' into ocaml-utop 2017-05-01 14:38:18 +02:00
Michael Raskin 9eeaa70dd1 Merge pull request #25114 from Hodapp87/gdal_sqlite
gdal: Add optional SQLite & Spatialite support
2017-05-01 14:21:49 +02:00
Michael Raskin 7900a0162a Merge pull request #25088 from dtzWill/update/swift-3.1.1
swift: 3.1 -> 3.1.1
2017-05-01 14:03:43 +02:00
Michael Raskin 833cae0113 Merge pull request #25085 from romildo/upd.imlib2
imlib2: 1.4.9 -> 1.4.10
2017-05-01 13:55:01 +02:00
Daiderd Jordan 0ffe146ed3
ffmpeg: remove darwin patch 2017-05-01 13:31:00 +02:00
Michael Raskin d8b2641b58 Merge pull request #25029 from wizeman/u/new-doit
doit: init at 0.30.3
2017-05-01 13:29:18 +02:00
Michael Raskin d767b6bfbd Merge pull request #25021 from leenaars/dkimpy
pythonPackages.dkimpy: init -> 0.6.1
2017-05-01 13:26:15 +02:00
Michael Raskin e7fd6d27e2 Merge pull request #24942 from snyh/go-modules
buildGoPackage: fix preFixup failing
2017-05-01 12:05:27 +02:00
Michael Raskin 9a857999e5 Merge pull request #24939 from dtzWill/update/rust-bindgen-0.23.0
rust-bindgen: 0.22.1 -> 0.23.0
2017-05-01 12:02:59 +02:00
Michael Raskin 3a548b8fef Merge pull request #24872 from lheckemann/libgme
Add libgme
2017-05-01 12:00:30 +02:00
Jörg Thalheim 8b5c1ec440 Merge pull request #25283 from Mic92/file-slurp
perlPackages.FileSlurp: silence perl 5.24.1 warnings
2017-05-01 11:44:32 +02:00
Eelco Dolstra 31c606607b Merge pull request #25357 from armijnhemel/libmicrohttpd
libmicrohttpd: 0.9.52 -> 0.9.53
2017-05-01 11:33:15 +02:00
Frederik Rietdijk 464b5aa6fb pythonPackages.Wand: fix loading extensions 2017-05-01 11:22:56 +02:00
Michael Raskin bed819afc7 Merge pull request #24766 from nlewo/pr/dogpile
pythonPackages.dogpile_cache: 0.5.4 -> 0.6.2
2017-05-01 11:22:42 +02:00
Michael Raskin 7a298266a2 Merge pull request #24765 from nlewo/pr/pbr
pythonPackages.pbr: 1.8.1 -> 2.0.0
2017-05-01 11:21:38 +02:00
Michael Raskin b3e69c08ee Merge pull request #24742 from volth/reason-1.13.3-master
reason: init at 1.13.3
2017-05-01 11:20:50 +02:00
Michael Raskin d7cb79a1ef Merge pull request #24712 from lsix/add_django_1_11
Add django 1 11
2017-05-01 11:17:31 +02:00
Michael Raskin 6008ede40d Merge pull request #24648 from asppsa/php-config-fix2
php: fix php-config header file paths
2017-05-01 11:05:43 +02:00
Frederik Rietdijk c0282dc058 pythonPackages.flask-restplus_0_8: move to separate file
and fix on Python 3.x
2017-05-01 10:10:34 +02:00
Frederik Rietdijk c61e9b24c4 pythonPackages.guessit: 2.0.4 -> 2.1.2 2017-05-01 10:10:34 +02:00
Frederik Rietdijk 312631a37e pythonPackages.plumbum: 1.5.0 -> 1.6.3 2017-05-01 10:10:34 +02:00
Frederik Rietdijk c0b77d9902 pythonPackages.zxcvbn-python: init at 4.4.14 2017-05-01 10:10:34 +02:00
Frederik Rietdijk e2bc80ce49 pythonPackages.APScheduler: fix tests 2017-05-01 10:10:34 +02:00
Frederik Rietdijk 3f4dea0c89 pythonPackages.vcrpy: fix tests 2017-05-01 10:10:34 +02:00
Michael Raskin 9c770f64c6 Merge pull request #24583 from veprbl/yoda166
yoda: 1.6.5 -> 1.6.6, provide version with ROOT
2017-05-01 09:49:48 +02:00
Michael Raskin 698141abcf Merge pull request #24475 from dtzWill/fix/boomerang
boomerang: update to latest git, un-mark broken
2017-05-01 09:45:30 +02:00
Michael Raskin c1a1e3a273 Merge pull request #24430 from winniequinn/premake5
premake5: init at 5.0.0pre.alpha.11
2017-05-01 09:42:16 +02:00
Michael Raskin d997f80a5f Merge pull request #24381 from ljli/vulkan-loader-demos
vulkan-loader: demos: fix cube/cubepp
2017-05-01 07:34:46 +02:00
Frederik Rietdijk a33f9b0ff0 backblaze-b2: use latest tqdm and remove pythonPackages.tqdm4
backblaze-b2 need tqdm >= 4.5.0 and that dependency was already
fulfilled with pythonPackages.tqdm, so let's use the current version and
remove pythonPackages.tqdm4.

cc @hrdinka @kevincox
2017-05-01 06:16:38 +02:00
Frederik Rietdijk 536a634f28 pythonPackages.tqdm: 4.8.4 -> 4.11.2
- matplotlib and pandas are optional dependencies, so let's remove them
- enable tests again
2017-05-01 06:06:38 +02:00
Orivej Desh 2efb099c00 pythonPackages.ipython: support python2
Fixes #25234
2017-05-01 05:56:38 +02:00
Chris Hodapp 610570e979 gdal: Add SQLite & Spatialite support 2017-04-30 20:21:16 -04:00
Cray Elliott fe3590b5ba remove ffmpeg_3_2 and ffmpeg_3_1 2017-04-30 16:52:48 -07:00
Cray Elliott dfd371de9b ffmpeg: use SDL2 instead of SDL for 3.2 and above
addresses issue #24658

special thanks to codyopel who suggested this solution!
2017-04-30 16:52:48 -07:00
Cray Elliott 7172556e8d ffmpeg: 3.2.4 -> 3.3 2017-04-30 16:52:48 -07:00
Cray Elliott 5a9850cedd ffmpeg-full: 3.2.4 -> 3.3
remove legacy x11grab and memalign configure option, both removed
as of 3.3
2017-04-30 16:52:48 -07:00
Michael Raskin 1aa652fdce Merge pull request #24278 from knedlsepp/add_eccodes
eccodes: init at 2.2.0
2017-05-01 01:18:07 +02:00