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
+1 -1
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";