1894a8b86c
the ATerm library. svn path=/nixpkgs/trunk/; revision=459
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
{stdenv, fetchurl}: derivation
|
|
{ name = "gnumake-3.80"
|
|
, system = stdenv.system
|
|
, builder = ./builder.sh
|
|
, src = fetchurl
|
|
{ url = ftp://ftp.nluug.nl/pub/gnu/make/make-3.80.tar.bz2
|
|
, md5 = "0bbd1df101bc0294d440471e50feca71"
|
|
}
|
|
, stdenv = stdenv
|
|
}
|