add findutilsWrapper

svn path=/nixpkgs/trunk/; revision=3668
This commit is contained in:
Armijn Hemel 2005-08-23 13:48:43 +00:00
parent e685273463
commit 9276a77c68

View file

@ -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;
};