nixpkgs/pkgs/findutils/findutils.fix
Eelco Dolstra 33555f6a4d * Added the GNU findutils to the stdenv.
svn path=/nixpkgs/trunk/; revision=341
2003-08-22 15:06:24 +00:00

14 lines
370 B
Plaintext

Package(
[ ("name", "findutils-4.1.20")
, ("build", Relative("findutils/findutils-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://alpha.gnu.org/pub/gnu/findutils/findutils-4.1.20.tar.gz")
, ("md5", "e90ce7222daadeb8616b8db461e17cbc")
]))
, ("stdenv", IncludeFix("stdenv-linux/stdenv-nativetools.fix"))
]
)