nixpkgs/pkgs-ng/devel/tools/gnumake/default.fix
Eelco Dolstra 1894a8b86c * Converting packages. This is the minimal Nix stdenv for building
the ATerm library.

svn path=/nixpkgs/trunk/; revision=459
2003-11-02 17:42:19 +00:00

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
}