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, lib, fetchgit,
ecm, kdoctools, kconfig, kinit, kparts
extra-cmake-modules, kdoctools, kconfig, kinit, kparts
}:
let
@@ -18,7 +18,7 @@ let
preConfigure = "cd kdiff3";
nativeBuildInputs = [ ecm kdoctools ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [ kconfig kinit kparts ];