Merge pull request #181639 from radhus/fix-pvgrub
grub2: fix build on pvgrub
This commit is contained in:
commit
385a38d1f6
@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
|
||||
separateDebugInfo = true;
|
||||
separateDebugInfo = !xenSupport;
|
||||
|
||||
# Work around a bug in the generated flex lexer (upstream flex bug?)
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
Loading…
Reference in New Issue
Block a user