1894a8b86c
the ATerm library. svn path=/nixpkgs/trunk/; revision=459
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
{stdenv, fetchurl}: derivation
|
|
{ name = "gzip-1.3.3"
|
|
, system = stdenv.system
|
|
, builder = ./builder.sh
|
|
, src = fetchurl
|
|
{ url = http://www.gzip.org/gzip-1.3.3.tar.gz
|
|
, md5 = "52eaf713673507d21f7abefee98ba662"
|
|
}
|
|
, stdenv = stdenv
|
|
}
|