Commit graph

91106 commits

Author SHA1 Message Date
regnat 2f020cf7c1 ocamlPackages.ocf: init at 0.5.0 2017-03-30 01:23:30 +00:00
Matthew Maurer 401c284af0 ocaml-async_ssl: 112.24.03 -> 113.33.07 2017-03-30 01:02:51 +00:00
Matthew Maurer 24c616c4b6 ctypes: 0.4.1 -> 0.11.2 2017-03-30 01:02:51 +00:00
Tuomas Tynkkynen adb460b30f mesa: Enable imx gallium driver on ARM
And lighten the aarch64 build by disabling drivers for hardware that
doesn't run on aarch64 processors.
2017-03-30 02:56:10 +03:00
Tuomas Tynkkynen 49f1abec15 U-Boot: 2017.01 -> 2017,03 2017-03-30 02:56:02 +03:00
Vincent Laporte 08c87eed00 ocamlPackages.extlib: 1.6.1 -> 1.7.2 2017-03-29 20:28:30 +00:00
Michael Raskin 1258bf9d2c lispPackages.clwrapper: allow to replace the code to load ASDF 2017-03-29 22:30:12 +02:00
Daiderd Jordan f51ce6f929 Merge pull request #24417 from edanaher/fix-vim-youcompleteme
Fix vim youcompleteme
2017-03-29 20:35:51 +02:00
Peter Simons 4753a00caa haskell-QuickCheck: fix build with GHC 7.4.x 2017-03-29 20:30:29 +02:00
Peter Simons a4ce475b61 haskell-void: fix build with GHC 7.8.x 2017-03-29 20:30:29 +02:00
Peter Simons f79cb54cee haskell-extra: disable failing test suite on GHC 7.8.x 2017-03-29 20:30:28 +02:00
Peter Simons a77e74d409 haskell-QuickCheck: fix build with GHC 7.8.x 2017-03-29 20:30:28 +02:00
Leon Isenberg 2553ceb982 haskell: use GHCJS to build Setup.hs for GHCJS packages
Closes https://github.com/NixOS/nixpkgs/pull/23614.
2017-03-29 20:30:28 +02:00
Peter Simons 80a52e22b3 haskell-haddock-library: enable test suite again 2017-03-29 20:30:28 +02:00
Peter Simons 4c9306f4aa haskell-haddock-api: drop obsolete patches 2017-03-29 20:30:28 +02:00
Peter Simons c8375914ad haskell-arithmoi: re-enable test suite 2017-03-29 20:30:27 +02:00
Peter Simons e749fb1cfd Disable integer-simple variant of GHC 7.6.3 since it does not compile. 2017-03-29 20:30:27 +02:00
Peter Simons b0136d38f6 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.1-8-geba56da from Hackage revision
976e3524ee.
2017-03-29 20:30:22 +02:00
Peter Simons c356cd69c8 hackage2nix: disable broken builds 2017-03-29 20:30:21 +02:00
Peter Simons 2ab1c0611f LTS Haskell 8.6 2017-03-29 20:30:21 +02:00
Michael Raskin 1af70c331c Add a couple of quicklisp packages 2017-03-29 19:40:42 +02:00
Frederik Rietdijk 30449c5e36 Merge pull request #24439 from amosbird/master
Fix xgboost python 2.7 build.
2017-03-29 18:20:14 +02:00
Frederik Rietdijk ffd29517dd spotify: unbreak
after the upgrade in 3c090f0e5a
2017-03-29 18:03:55 +02:00
Rob Vermaas 35dfdc9277
dd-agent: fix by adding uptime as dependency.
(cherry picked from commit f79be2cfa321617314aa253a8a6341a2f0ab7816)
2017-03-29 14:56:01 +00:00
Matthew Daiter 6f721ce534 suitesparse: add CUDA support 2017-03-29 15:47:51 +02:00
Thomas Tuegel 8ff4c7957a
Merge branch 'dropbox--xkbcommon' 2017-03-29 07:36:52 -05:00
Thomas Tuegel 97518649fb
dropbox: patch all files in output 2017-03-29 07:36:10 -05:00
Thomas Tuegel 2e591bac0d
dropbox: leave RPATH-shrinking to patchelf setup hook 2017-03-29 07:35:52 -05:00
Thomas Tuegel 096c72e255
dropbox: set INTERP for some DYN objects 2017-03-29 07:35:21 -05:00
Thomas Tuegel c076b9326f
dropbox: remove more useless vendored libraries 2017-03-29 07:33:46 -05:00
Thomas Tuegel 3c96a53608
dropbox: wrap as any other Qt application 2017-03-29 07:33:23 -05:00
Thomas Tuegel 1d8d6d564d
Revert "dropbox: use vendored Qt 5 libraries"
This reverts commit 9125bab708.

The vendored libraries have a problem with xkbcommon.
2017-03-29 07:23:27 -05:00
Vladimír Čunát 72bb7b399a
Merge #24392: cups-dymo: patch upstream for cups 2.2 2017-03-29 13:57:07 +02:00
Amos Bird 94c61cee66 Fix xgboost python 2.7 build. 2017-03-29 18:02:31 +08:00
Nicolò Balzarotti 3e298d2536 non: 2016-12-07 -> 2017-03-29 2017-03-29 09:48:05 +02:00
Pascal Wittmann 8b512b10c7 Merge pull request #24431 from jpierre03/pr-udunits
udunits: 2.2.23 -> 2.2.24
2017-03-29 09:36:20 +02:00
Matthew Maurer 4e47e85005 piqi: missed propagated dependency 2017-03-29 07:11:09 +00:00
Matthew Maurer 3c7b0d37ae ocamlgraph: 1.8.5 -> 1.8.7 2017-03-29 06:37:00 +00:00
Frederik Rietdijk 078412521e pythonPackages.pyudev: fix package
- the function loading the udev library was moved to another file
- the test runner did not work correctly, causing it to fail on Python
3.
- the test runner now works correctly, but there's a bunch of tests
failing and therefore tests are disabled. The package does seem to
function (as in, it can load the library again).
2017-03-29 08:33:53 +02:00
Matthew Maurer b4716ea7a2 camlzip: 1.06 -> 1.07
Fixes bug with modern zlib and large files
2017-03-29 06:12:59 +00:00
Vincent Laporte 5dda5a2ea2 ocamlPackages.bitstring: remove 2.0.4 2017-03-29 05:29:14 +00:00
Matthew Maurer 750dca5024 ocaml-bitstring: git -> 2.1.0 2017-03-29 05:29:14 +00:00
Jean-Pierre PRUNARET 11e84f51b3 udunits: 2.2.23 -> 2.2.24 2017-03-29 05:40:10 +02:00
Daniel Peebles da79d1f01f Merge pull request #24428 from acowley/libdc1394-darwin
libdc1394: patch bugs on darwin
2017-03-28 21:54:32 -04:00
Daniel Peebles f33e19aa2c Merge pull request #24411 from NeQuissimus/kubernetes_1_5_6
kubernetes: 1.5.4 -> 1.5.6
2017-03-28 21:47:22 -04:00
Daniel Peebles cea6bfac1c Merge pull request #22098 from dtzWill/feature/swift
swift: init at 3.1
2017-03-28 21:21:30 -04:00
Daniel Peebles 903fc1d6c9 Merge pull request #24418 from LnL7/darwin-rust
rustc: use llvm_39
2017-03-28 20:34:07 -04:00
Shawn Dellysse c87c0f2144
messenger-for-desktop: init at 2.0.6 2017-03-28 19:55:17 -04:00
Anthony Cowley ab0ea84733 libdc1394: patch bugs on darwin
One of these issues is in a platform-specific file for darwin, the
other may only be a breaker when using clang.
2017-03-28 19:25:02 -04:00
Michael Raskin 13007957e5 quicklispPackages: init
The idea is to have an almost-automatic conversion from QuickLisp, the
definitive Common Lisp package repository, to Nix. The benefit over just
using lispPackages.quicklisp is automatic installation of non-Lisp
dependencies from NixPkgs (and integration with Nix package management).
The benefit over lispPackages for normal Lisp packages is packaging just
a snapshot of QuickLisp which is known to be tested for version
compatibility between libraries.

There are some packages in lispPackages that are not from QuickLisp (for
example, the installable wrapper of QuickLisp itself). My hope is to
replace the rest with the expressions converted from QuickLisp.

Note that the current commit is a mere addition.
2017-03-29 00:40:01 +02:00