Passing giflib 4.1.x to OpenSceneGraph for now

This commit is contained in:
Michael Raskin
2013-12-08 13:20:07 +04:00
parent c46d5ed3d7
commit 4d33a94fae
2 changed files with 14 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "giflib-4.1.6";
src = fetchurl {
url = mirror://sourceforge/giflib/giflib-4.1.6.tar.bz2;
sha256 = "1v9b7ywz7qg8hli0s9vv1b8q9xxb2xvqq2mg1zpr73xwqpcwxhg1";
};
}