Commit Graph

33115 Commits

Author SHA1 Message Date
Tim Steinbach
aa39f65174 Merge pull request #20102 from holidaycheck/v6-add-npm2nix
Add npm2nix to v6.x nodePackages
2016-11-02 13:36:51 -04:00
Pavel Chuprikov
6f17cb108d bear: 2.2.0 -> 2.2.1
Taken from #20020.
2016-11-02 18:34:44 +01:00
Tobias Pflug
1b78ae4b6a Add npm2nix to v6.x nodePackages 2016-11-02 18:20:03 +01:00
Vladimír Čunát
7f805a60d8 nodejs: put back a comment about closure size 2016-11-02 17:49:19 +01:00
Tobias Pflug
a5dad8aeeb nodejs: refactor derivations (#19973)
* refactor and clean up the derivation composition
* add slim variation: the slim variations configure node without npm.
Building node with npm introduces a python runtime depndency through
gyp - slim variation makes sense for building small nodejs production
images
2016-11-02 17:46:01 +01:00
Peter Simons
62e0985ec8 Merge pull request #20094 from Profpatsch/haskell-sindre
haskellPackages: mark sindre broken
2016-11-02 16:35:14 +01:00
Profpatsch
5c197b2e38 haskellPackages: mark sindre broken 2016-11-02 16:22:29 +01:00
Robbin C
accd0728d8 haskellPackages.tinc: 20160924 -> 20161102 2016-11-02 22:44:38 +08:00
Frederik Rietdijk
1558b09a32 Merge pull request #20019 from lsix/19989-fix-mezzanine-for-python3
python33Packages.mezzanine Fix
2016-11-02 13:44:52 +01:00
Frederik Rietdijk
827861f4b4 Merge pull request #20038 from magnetophon/zita-resampler
zita-resampler: 1.3.0 -> 1.6.0
2016-11-02 13:26:08 +01:00
Bart Brouns
d315ca4080 libjack2-git: 2015-09-03 -> 2016-08-18 2016-11-02 12:51:22 +01:00
Graham Christensen
cd67a0aada
tre: add patch for CVE-2016-8859 2016-11-02 11:55:39 +01:00
Peter Simons
382f97ecc2 Merge pull request #20061 from Profpatsch/haskell-libsystemd-journald
haskellPackages: fix libsystemd-journal
2016-11-02 08:18:27 +01:00
Profpatsch
83317f7d04 haskellPackages: fix libsystemd-journal 2016-11-02 01:11:10 +01:00
Eelco Dolstra
5ecb427368 cudatoolkit: Add 8.0.44 2016-11-01 22:52:26 +01:00
Peter Simons
fac1168816 callHackage: make 'all-cabal-hashes' repository overridable
This commit changes callHackage to use a deterministic version of the Hackage
checkout from https://github.com/commercialhaskell/all-cabal-hashes by default.
This means that packages uploaded to Hackage after today will be available to
callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated.

People who want the previous behavior where we always had the latest version of
Hackage available -- at the cost of frequent downloads from Github --, can add
the following override to their "~/.nixpkgs/config.nix" file:

  {
    packageOverrides = super: {
      all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz";
    };
  }
2016-11-01 18:35:19 +01:00
Joachim Fasting
98d1bb9e6e
tinyxml-2: 3.0.0 -> 4.0.1 2016-11-01 15:57:18 +01:00
Peter Simons
5b5a0c276e Merge pull request #20051 from joachifm/jailbreak-dataenc
haskellPackages.dataenc: jailbreak
2016-11-01 14:43:54 +01:00
Tim Steinbach
dc04a8e49d Merge pull request #19980 from cko/cleanup_node_packages
node-packages: update & cleanup
2016-11-01 09:20:26 -04:00
Tim Steinbach
79424a0c7f Merge pull request #19984 from sternenseemann/license-clash
groovy: no easily conflicting files in top-level (#19872)
2016-11-01 09:09:35 -04:00
Tim Steinbach
e6483ec425 Merge pull request #20052 from NeQuissimus/scala_2_12_0_fix
scala: Fix hash
2016-11-01 08:55:40 -04:00
Tim Steinbach
33aac6e4c9
scala: Fix hash 2016-11-01 08:54:53 -04:00
Joachim Fasting
31f8367c67
haskellPackages.dataenc: jailbreak
Relaxes overly strict bounds on base (3 > && < 4.8).  The dataenc
package is unmaintained so there is no corresponding upstream issue.
2016-11-01 13:30:50 +01:00
Daniel Peebles
1fa9d99776 Merge pull request #20046 from copumpkin/omg-test
Remove obsolete versions of db
2016-11-01 08:16:55 -04:00
Rickard Nilsson
6bbdad7d11 haskell-xxhash: Use doJailbreak instead of sed 2016-11-01 11:34:14 +01:00
Rickard Nilsson
58707589d2 haskell-xxhash: fix build with GHC 8.x 2016-11-01 11:01:51 +01:00
Dan Peebles
50874525d1 db47: remove outdated version 2016-11-01 03:18:01 +00:00
Dan Peebles
89915f8206 db45: remove outdated version 2016-11-01 03:10:13 +00:00
Dan Peebles
e41d2a8306 db44: remove outdated version 2016-11-01 03:06:57 +00:00
Bart Brouns
a8a1449b1c zita-resampler: 1.3.0 -> 1.6.0 2016-11-01 01:36:09 +01:00
John Wiegley
ecbb932957 Merge pull request #19696 from TikhonJelvis/electron-osx
Electron: Added support for OS X.
2016-10-31 16:53:30 -07:00
Joachim F
a2e77d19bc Merge pull request #20031 from rnhmjoj/vapoursynth
Vapoursynth updates
2016-11-01 00:34:27 +01:00
John Wiegley
a12f3d232d
coqPackages.fiat_HEAD: New package for Coq 8.4pl6 and 8.5pl2 2016-10-31 16:22:04 -07:00
Dan Peebles
d0bb7f0c53 ruby: remove unnecessary runtime dependency on groff 2016-10-31 22:16:26 +00:00
rnhmjoj
4edef3d229
vapoursynth: 33.1 -> 35 2016-10-31 22:05:48 +01:00
rnhmjoj
16cc856c27
zimg: 2.2.1 -> 2.3 2016-10-31 22:00:03 +01:00
rnhmjoj
2d16ff4dc7
vapoursynth-mvtools: 16 -> 17 2016-10-31 21:55:26 +01:00
Ricardo M. Correia
3c6e0f1207 Merge pull request #19901 from vbgl/ocaml-containers-20
Update ocamlPackages.{gen,sequence,containers}
2016-10-31 18:36:37 +01:00
Lancelot SIX
8617a068b8 pythonPackages.mezzanine: Fix template project
This makes sure that the template project can be used and updated.
Otherzise files copied from the store stay readonly and cannot be
updated during the generation process.
2016-10-31 16:38:45 +01:00
Franz Pletz
aa2b8d25d6 Merge pull request #19931 from mguentner/ipfs_update
ipfs: i20160112 -> 0.4.4, fetchgx
2016-10-31 14:42:05 +01:00
Franz Pletz
bf88b99785
aubio: 0.4.1 -> 0.4.3 2016-10-31 14:33:55 +01:00
Graham Christensen
5022978474
Revert "http-parser: Broken on Darwin"
This reverts commit ea14f5c86d.

LnL on IRC says it builds without without CommandLineTools, and
disabling this on darwin breaks large swaths of packages. In
particular we're seeing all of rust broken.

We're not sure why it was broken on hydra, but we're pretty sure
disabling it straight out was the wrong fix.
2016-10-31 09:30:39 -04:00
sternenseemann
ce90d09404 groovy: no easily conflicting files in top-level (#19872) 2016-10-31 10:52:34 +01:00
zraexy
c15f3a8bbe qt57.qtwebengine: make it build
This is an updated version of #16561 with added qt.conf to fix QtWebEngineProcess not being able to find locales copied to 5.7
2016-10-30 16:43:13 -08:00
zraexy
cfda4310d6 qt56.qtwebengine: make it build
This is an updated version of #16561 with added qt.conf to fix QtWebEngineProcess not being able to find locales
2016-10-30 16:38:13 -08:00
Gabriel Ebner
4a1f73ab89 loc: 0.3.0 -> 0.3.3 2016-10-30 16:45:04 -04:00
Arseniy Seroka
75374120eb Merge pull request #19881 from matthiasbeyer/add-loc
loc: init at 0.3.0
2016-10-30 23:12:41 +03:00
Shea Levy
4df3bb7e08 store-0.3: Build with the right version of store-core 2016-10-30 11:29:07 -04:00
Christine Koppelt
416eb6053e node-packages: fix reference 2016-10-30 09:59:56 +01:00
Christine Koppelt
737decb123 node-packages: add packages for v6 2016-10-30 09:54:55 +01:00