3
0
Fork 0
forked from mirrors/nixpkgs

add findutilsStatic

svn path=/nixpkgs/trunk/; revision=6250
This commit is contained in:
Armijn Hemel 2006-08-26 09:44:39 +00:00
parent 654f5a0529
commit a5d5c22b6a

View file

@ -136,6 +136,10 @@ rec {
inherit stdenv findutils;
};
findutilsStatic = (import ../tools/misc/findutils-static) {
inherit stdenv fetchurl coreutils;
};
getopt = (import ../tools/misc/getopt) {
inherit fetchurl stdenv;
};