mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
grub: Use gcc6
GCC 7 wasn't kind to grub.
This commit is contained in:
parent
218ce4de50
commit
ba09b05702
@ -2943,6 +2943,7 @@ with pkgs;
|
||||
|
||||
grub = pkgsi686Linux.callPackage ../tools/misc/grub {
|
||||
buggyBiosCDSupport = config.grub.buggyBiosCDSupport or true;
|
||||
stdenv = overrideCC stdenv pkgsi686Linux.gcc6;
|
||||
};
|
||||
|
||||
trustedGrub = pkgsi686Linux.callPackage ../tools/misc/grub/trusted.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user