GRUB 0.97: Use an old Automake.
svn path=/nixpkgs/trunk/; revision=31719
This commit is contained in:
parent
b94fef3cba
commit
723e46b6a7
@ -787,6 +787,7 @@ let
|
|||||||
|
|
||||||
grub = callPackage_i686 ../tools/misc/grub {
|
grub = callPackage_i686 ../tools/misc/grub {
|
||||||
buggyBiosCDSupport = getConfig ["grub" "buggyBiosCDSupport"] true;
|
buggyBiosCDSupport = getConfig ["grub" "buggyBiosCDSupport"] true;
|
||||||
|
automake = automake110x;
|
||||||
};
|
};
|
||||||
|
|
||||||
grub19x = callPackage ../tools/misc/grub/1.9x.nix { };
|
grub19x = callPackage ../tools/misc/grub/1.9x.nix { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user