nixpkgs/pkgs-ng/sys-utils/coreutils/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
285 B
Plaintext

{stdenv, fetchurl}: derivation
{ name = "coreutils-5.0"
, system = stdenv.system
, builder = ./builder.sh
, src = fetchurl
{ url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.0.tar.bz2
, md5 = "94e5558ee2a65723d4840bfde2d323f0"
}
, stdenv = stdenv
}