add findutilsWrapper
svn path=/nixpkgs/trunk/; revision=3668
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
@@ -51,7 +55,7 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
grubWrapper = (import ../tools/misc/grub-wrapper) {
|
grubWrapper = (import ../tools/misc/grub-wrapper) {
|
||||||
inherit stdenv grub diffutils gnused gnugrep;
|
inherit stdenv grub diffutils gnused gnugrep;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user