Merge pull request #181639 from radhus/fix-pvgrub

grub2: fix build on pvgrub
This commit is contained in:
Rick van Schijndel 2022-07-16 10:51:45 +02:00 committed by GitHub
commit 385a38d1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";