add findutilsStatic
svn path=/nixpkgs/trunk/; revision=6250
This commit is contained in:
parent
654f5a0529
commit
a5d5c22b6a
@ -136,6 +136,10 @@ rec {
|
|||||||
inherit stdenv findutils;
|
inherit stdenv findutils;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
findutilsStatic = (import ../tools/misc/findutils-static) {
|
||||||
|
inherit stdenv fetchurl coreutils;
|
||||||
|
};
|
||||||
|
|
||||||
getopt = (import ../tools/misc/getopt) {
|
getopt = (import ../tools/misc/getopt) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user