extra-cmake-modules: Lift Qt dependency

This commit is contained in:
Thomas Tuegel
2017-02-27 11:49:46 -06:00
parent b39e491eb5
commit 127bf18a35
168 changed files with 493 additions and 455 deletions
@@ -1,14 +1,14 @@
{
kdeFramework, lib,
ecm,
ilmbase, karchive
extra-cmake-modules,
ilmbase, karchive, qtbase
}:
kdeFramework {
name = "kimageformats";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ ecm ];
buildInputs = [ ilmbase ];
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ ilmbase qtbase ];
propagatedBuildInputs = [ karchive ];
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
}