Commit graph

37052 commits

Author SHA1 Message Date
Jörg Thalheim c14109c170 Merge pull request #25879 from mlieberman85/add-kafka
confluent-kafka: init at 0.9.4
2017-05-20 12:36:08 +01:00
Robin Gloster c9f3893451
despotify: remove
broken and doesn't build with openssl 1.1
2017-05-20 13:22:58 +02:00
Robin Gloster d0ffb23442
php70: 7.0.16 -> 7.0.19
fixes build with openssl 1.1
2017-05-20 13:22:46 +02:00
risicle 9d86b49f2a python metaphone: init at 0.6 (#25868)
* metaphone: init at 0.6

* metaphone: add self as maintainer
2017-05-20 10:30:10 +01:00
Unai Zalakain f76ce5983d rarfile: 2.6 -> 3.0 (#25885)
* rarfile: 2.6 -> 3.0

* rarfile: enable tests
2017-05-20 08:19:40 +01:00
Jörg Thalheim 300b63c5ea Merge pull request #25911 from amiloradovsky/dale
dale: 20170419 -> 20170519
2017-05-20 07:41:29 +01:00
Vladimír Čunát 9f6b1dca58
Merge #25708: fltk: 1.3.3 -> 1.3.4 2017-05-19 23:52:14 +02:00
Vladimír Čunát dc8c798e5d
Merge #25538: haxe: 3.2.1 -> 3.4.2 2017-05-19 23:44:18 +02:00
Michael Lieberman d0d30df446 confluent-kafka: init at 0.9.4
Disabled tests for python 3 since the 0.9.4 release has failing tests
when run under python 3.
2017-05-19 13:58:57 -04:00
Peter Simons c1609e4a4d libqmi: enable MBIM support 2017-05-19 14:29:09 +02:00
Peter Simons 9b54745c61 libqmi: update to version 1.18.0
The new version adds a dependency in libgudev.
2017-05-19 14:29:09 +02:00
Andrew Miloradovsky 8633aba1e1 dale: 20170419 -> 20170519
Includes some stability/predictability and portability improvements.
2017-05-19 11:39:06 +00:00
Peter Hoeg 0f59c9ce83 libguestfs: fix build 2017-05-19 19:29:41 +08:00
Frederik Rietdijk 61451f1011 Merge pull request #25870 from risicle/pyproj-tests
pyproj: enable tests, use bundled proj by default
2017-05-19 12:46:10 +02:00
Jörg Thalheim bde09a92c1 Merge pull request #25774 from matthewbauer/xapian-fixup
xapian: fixup darwin
2017-05-19 09:41:01 +01:00
Peter Simons 769e14a422 multi-ghc-travis: update to latest git version and install both scripts
We're using the names 'make-travis-yml' and 'make-travis-yml-2' now, which
feels more in-line'ish with the Cabal file hvr is distributing.
2017-05-19 09:26:28 +02:00
Jörg Thalheim 380d6bbff1 Merge pull request #25881 from Mic92/gtk2-themes
gtk2: search for themes in XDG_DATA_DIRS
2017-05-19 07:08:09 +01:00
Cray Elliott fe666125a6 ffmpeg-full: add enableLto option
disabled by default, allows the user to specify if they would like a
link-time optimized build or not
2017-05-18 21:44:59 -07:00
Benjamin Staffin 965bffdb69 bazel: 0.4.4 -> 0.4.5 (#25821)
Also added zsh and bash completion support
2017-05-18 23:14:50 -04:00
Nikolay Amiantov 8e7c7af3b8 haskellPackages.hoogle: don't override haskell-src-exts 2017-05-19 02:30:13 +03:00
Nikolay Amiantov 6679dbbd60 ffmpeg: fix arm build 2017-05-19 02:29:49 +03:00
Tyson Whitehead 8fdbc828b9
clblas-cuda: requires ocl-icd now for libOpenCL.so.1 #25902 2017-05-18 18:32:09 -04:00
Nikolay Amiantov 63150762ba Merge pull request #24861 from abbradar/qt4-gtk
qt4: enable gtk2 by default
2017-05-18 16:35:33 +03:00
Jörg Thalheim 1810b3f64b
gtk2: search for themes in XDG_DATA_DIRS
This patch was adapted from GUIX.
At the moment we still have to rely on GTK_DATA_PREFIX, which can only
point to one profile at the time and is also not set in all desktop
environments. This patch makes it possible to use installed themes, no
matter if system-wide or by in a user profile.
2017-05-18 06:32:45 +01:00
John Ericson afec912d81 Merge pull request #25867 from obsidiansystems/ghc-deps-cross
Fix cross compilation of some GHC deps
2017-05-17 19:09:00 -04:00
Daiderd Jordan a4f772435d Merge pull request #25309 from acowley/rtags-id
rtags: link to libclang.dylib at absolute path on darwin
2017-05-18 00:14:45 +02:00
John Ericson 8ad2c6a830 ncurses: Fix for cross 2017-05-17 17:50:05 -04:00
Robert Scott d4c106f5b4 pyproj: enable tests, use bundled proj by default 2017-05-17 22:40:07 +01:00
John Ericson bec5ffee15 Merge pull request #25232 from obsidiansystems/cross-binutils
Cross binutils
2017-05-17 16:34:56 -04:00
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
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