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