GRUB 0.97: Use an old Automake.

svn path=/nixpkgs/trunk/; revision=31719
This commit is contained in:
Ludovic Courtès 2012-01-19 21:07:02 +00:00
parent b94fef3cba
commit 723e46b6a7

View File

@ -787,6 +787,7 @@ let
grub = callPackage_i686 ../tools/misc/grub {
buggyBiosCDSupport = getConfig ["grub" "buggyBiosCDSupport"] true;
automake = automake110x;
};
grub19x = callPackage ../tools/misc/grub/1.9x.nix { };