trustedGrub: fix build by using older automake (again)
This commit is contained in:
parent
be18346534
commit
fefe6d6983
|
@ -1467,6 +1467,7 @@ let
|
||||||
|
|
||||||
trustedGrub = callPackage_i686 ../tools/misc/grub/trusted.nix {
|
trustedGrub = callPackage_i686 ../tools/misc/grub/trusted.nix {
|
||||||
buggyBiosCDSupport = config.grub.buggyBiosCDSupport or true;
|
buggyBiosCDSupport = config.grub.buggyBiosCDSupport or true;
|
||||||
|
automake = automake112x; # fails with 13 and 14
|
||||||
};
|
};
|
||||||
|
|
||||||
grub2 = grub2_full;
|
grub2 = grub2_full;
|
||||||
|
|
Loading…
Reference in New Issue