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:
Armijn Hemel
2007-12-31 21:52:09 +00:00
parent 06e63bccf4
commit 21a0b76f5e
@@ -0,0 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libungif-4.1.4";
src = fetchurl {
url = mirror://sourceforge/giflib/libungif-4.1.4.tar.gz;
md5 = "efdfcf8e32e35740288a8c5625a70ccb";
};
}