dxx-rebirth: Fix build

See also 8414fa2d6b
This commit is contained in:
Silvan Mosberger 2018-07-21 11:15:44 +02:00
parent 8424ac61a9
commit effbf001b9
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -37,7 +37,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = "-Wno-format-nonliteral";
buildPhase = ''
runHook preBuild