add findutilsStatic
svn path=/nixpkgs/trunk/; revision=6250
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user