add grubWrapper
svn path=/nixpkgs/trunk/; revision=3572
This commit is contained in:
parent
63cc326828
commit
c6b1fb4274
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ rec {
|
|||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
grubWrapper = (import ../tools/misc/grub-wrapper) {
|
||||
inherit stdenv grub diffutils gnused gnugrep;
|
||||
};
|
||||
|
||||
parted = (import ../tools/misc/parted) {
|
||||
inherit fetchurl stdenv e2fsprogs ncurses readline;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue