mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
trustedGrub: fix build by using older automake (again)
This commit is contained in:
parent
c4f238c39c
commit
947d78c9e8
1 changed files with 1 additions and 0 deletions
|
@ -1475,6 +1475,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