libungif has moved due to LZW patent expirations:
http://sourceforge.net/forum/forum.php?forum_id=753553 svn path=/nixpkgs/trunk/; revision=10025
This commit is contained in:
parent
06e63bccf4
commit
21a0b76f5e
|
@ -3,7 +3,7 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "libungif-4.1.4";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/libungif/libungif-4.1.4.tar.gz;
|
||||
url = mirror://sourceforge/giflib/libungif-4.1.4.tar.gz;
|
||||
md5 = "efdfcf8e32e35740288a8c5625a70ccb";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue