lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v206 13 lines 260 B view raw
1{stdenv, fetchurl}: 2 3stdenv.mkDerivation { 4 name = "giflib-4.1.6"; 5 src = fetchurl { 6 url = mirror://sourceforge/giflib/giflib-4.1.6.tar.bz2; 7 sha256 = "1v9b7ywz7qg8hli0s9vv1b8q9xxb2xvqq2mg1zpr73xwqpcwxhg1"; 8 }; 9 meta = { 10 branch = "4.1"; 11 }; 12} 13