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

{stdenv, fetchurl}: derivation
{ name = "findutils-4.1.20"
, system = stdenv.system
, builder = ./builder.sh
, src = fetchurl
{ url = ftp://alpha.gnu.org/pub/gnu/findutils/findutils-4.1.20.tar.gz
, md5 = "e90ce7222daadeb8616b8db461e17cbc"
}
, stdenv = stdenv
}