add libungif expression for backwards compat
svn path=/nixpkgs/trunk/; revision=10027
This commit is contained in:
parent
516078ca38
commit
317ebab2c2
10
pkgs/development/libraries/giflib/libungif.nix
Normal file
10
pkgs/development/libraries/giflib/libungif.nix
Normal file
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user