mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
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
|
||||
version = "6.6.9-4";
|
||||
version = "6.7.5-3";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ImageMagick-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://imagemagick/${name}.tar.xz";
|
||||
sha256 = "035j3i3cm29bwc9lipn838gznswrc69g7mwh8h9jj24ss2dmqrf1";
|
||||
sha256 = "0m0sa4jxsvm8pf9nfvkzlbzq13d1lj15lfz6jif12l6ywyh2c1cs";
|
||||
};
|
||||
|
||||
configureFlags = ''
|
||||
|
Loading…
Reference in New Issue
Block a user