Updating imagemagick; I think it's meant to build with the new zlib 1.2.6.
I'll let hydra try it. I don't update this in trunk because a lot depends on this. svn path=/nixpkgs/branches/stdenv-updates/; revision=32166
This commit is contained in:
parent
f113fbb5dd
commit
ab93b3a032
@ -17,14 +17,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "6.6.9-4";
|
version = "6.7.5-3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ImageMagick-${version}";
|
name = "ImageMagick-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://imagemagick/${name}.tar.xz";
|
url = "mirror://imagemagick/${name}.tar.xz";
|
||||||
sha256 = "035j3i3cm29bwc9lipn838gznswrc69g7mwh8h9jj24ss2dmqrf1";
|
sha256 = "0m0sa4jxsvm8pf9nfvkzlbzq13d1lj15lfz6jif12l6ywyh2c1cs";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user