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;
|
||||
};
|
||||
|
||||
findutilsWrapper = (import ../tools/misc/findutils-wrapper) {
|
||||
inherit stdenv findutils;
|
||||
};
|
||||
|
||||
getopt = (import ../tools/misc/getopt) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
@ -51,7 +55,7 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
grubWrapper = (import ../tools/misc/grub-wrapper) {
|
||||
grubWrapper = (import ../tools/misc/grub-wrapper) {
|
||||
inherit stdenv grub diffutils gnused gnugrep;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user