3
0
Fork 0
forked from mirrors/nixpkgs

opal: NIX_CFLAGS -> NIX_CFLAGS_COMPILE

Seeing as the build already passes, I suspect this is strictly redundant
...

Tested with nix-build -A opal
This commit is contained in:
Joachim Fasting 2017-04-12 19:17:04 +02:00
parent 540a6412e3
commit 13a0ad3108
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS = "-D__STDC_CONSTANT_MACROS=1";
NIX_CFLAGS_COMPILE = "-D__STDC_CONSTANT_MACROS=1";
patches = [ ./disable-samples-ftbfs.diff ./libav9.patch ./libav10.patch ];