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
+2 -2
View File
@@ -1,6 +1,6 @@
{
kdeDerivation, kdeWrapper, fetchurl, lib,
ecm, kdoctools,
extra-cmake-modules, kdoctools,
kconfig, kinit
}:
@@ -19,7 +19,7 @@ let
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];
};
nativeBuildInputs = [ ecm kdoctools ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [ kconfig kinit ];
};
in