1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #33927 from bkchr/fix_kimageformats

kimageformats: Fixes build
This commit is contained in:
Jörg Thalheim 2018-01-16 09:02:58 +00:00 committed by GitHub
commit 7465edcdd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,5 +12,5 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ karchive openexr qtbase ];
outputs = [ "out" ]; # plugins only
NIX_CFLAGS_COMPILE = "-I${getDev ilmbase}/include/OpenEXR";
CXXFLAGS = "-I${getDev ilmbase}/include/OpenEXR";
}