add findutilsWrapper
svn path=/nixpkgs/trunk/; revision=3668
This commit is contained in:
parent
e685273463
commit
9276a77c68
@ -43,6 +43,10 @@ rec {
|
|||||||
inherit fetchurl stdenv coreutils;
|
inherit fetchurl stdenv coreutils;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
findutilsWrapper = (import ../tools/misc/findutils-wrapper) {
|
||||||
|
inherit stdenv findutils;
|
||||||
|
};
|
||||||
|
|
||||||
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