forked from mirrors/nixpkgs
lipng_apng: fix via using the previous patch
This commit is contained in:
parent
f7843b341b
commit
a189a68401
|
@ -5,8 +5,8 @@ assert zlib != null;
|
|||
let
|
||||
version = "1.6.4";
|
||||
sha256 = "15pqany43q2hzaxqn84p9dba071xmvqi8h1bhnjxnxdf3g64zayg";
|
||||
patch_src = throw "apng patch not yet released" fetchurl {
|
||||
url = "mirror://sourceforge/libpng-apng/libpng-${version}-apng.patch.gz";
|
||||
patch_src = fetchurl { # not released yet, hopefully OK
|
||||
url = "mirror://sourceforge/libpng-apng/libpng-1.6.3-apng.patch.gz";
|
||||
sha256 = "0fjnb6cgbj2c7ggl0qzcnliml2ylrjxzigp89vw0hxq221k5mlsx";
|
||||
};
|
||||
whenPatched = stdenv.lib.optionalString apngSupport;
|
||||
|
|
Loading…
Reference in a new issue