sternenseemann
361975cd93
ocaml-cstruct: 1.6.0 -> 2.3.0
...
This commit also refactors the expression.
2016-11-03 14:24:52 +01:00
sternenseemann
d8686b4949
ocaml-nocrypto: 0.5.1 -> 0.5.3
2016-11-03 14:24:47 +01:00
sternenseemann
32e86a3e2a
ppx_sexp_conv: use sexplib_p4 instead of sexplib
...
This prevents potential interface incompatibilities if newer compiler versions are used
2016-11-03 14:08:18 +01:00
sternenseemann
0c8859fd17
ocaml-ptime: init at 0.8.2
2016-11-03 14:08:18 +01:00
Vincent Laporte
26256b7cea
ocamlPackages.zarith: fix build in chrooted environments
2016-11-03 09:26:33 +01:00
Franz Pletz
64902aebb0
libxml2: add patch to fix CVE-2016-4658
...
cc #20078
2016-11-03 02:45:18 +01:00
Franz Pletz
2b2f273375
cairo: add patch to fix CVE-2016-9082
...
cc #20078
2016-11-03 02:45:11 +01:00
Tim Steinbach
e97e9835dc
Merge pull request #20112 from cko/nodejs_7x
...
nodejs-7_x: init
2016-11-02 20:25:22 -04:00
Tim Steinbach
9e150c92d4
Merge pull request #20098 from nexusdev/solc
...
solc: 0.4.2 -> 0.4.4
2016-11-02 19:42:35 -04:00
Christine Koppelt
c9d27cc3ea
nodejs-7_x: init
2016-11-03 00:21:44 +01:00
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
Daniel Brockman
8bae051c72
solc: 0.4.2 -> 0.4.4
2016-11-02 16:43:46 +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