Merge pull request #181639 from radhus/fix-pvgrub

grub2: fix build on pvgrub

Changed files
+1 -1
pkgs
tools
misc
grub
+1 -1
pkgs/tools/misc/grub/2.0x.nix
···
hardeningDisable = [ "all" ];
-
separateDebugInfo = true;
# Work around a bug in the generated flex lexer (upstream flex bug?)
NIX_CFLAGS_COMPILE = "-Wno-error";
···
hardeningDisable = [ "all" ];
+
separateDebugInfo = !xenSupport;
# Work around a bug in the generated flex lexer (upstream flex bug?)
NIX_CFLAGS_COMPILE = "-Wno-error";