add grubWrapper
svn path=/nixpkgs/trunk/; revision=3572
This commit is contained in:
parent
63cc326828
commit
c6b1fb4274
@ -51,6 +51,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
grubWrapper = (import ../tools/misc/grub-wrapper) {
|
||||||
|
inherit stdenv grub diffutils gnused gnugrep;
|
||||||
|
};
|
||||||
|
|
||||||
parted = (import ../tools/misc/parted) {
|
parted = (import ../tools/misc/parted) {
|
||||||
inherit fetchurl stdenv e2fsprogs ncurses readline;
|
inherit fetchurl stdenv e2fsprogs ncurses readline;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user