dxx-rebirth: Fix build

See also https://github.com/NixOS/nixpkgs/commit/8414fa2d6bb1249ed77565ff6b9f312fd52917da
This commit is contained in:
Silvan Mosberger
2018-07-21 11:15:44 +02:00
parent 8424ac61a9
commit effbf001b9
+1 -1
View File
@@ -37,7 +37,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = "-Wno-format-nonliteral";
buildPhase = ''
runHook preBuild