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

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";
}