kde5: fix extra-cmake-modules hooks

This commit is contained in:
Thomas Tuegel
2016-07-30 09:36:52 -05:00
parent 29739ece1f
commit b390eb39ae
105 changed files with 229 additions and 285 deletions
@@ -1,5 +1,5 @@
{ kdeFramework, lib, copyPathsToStore
, extra-cmake-modules
, ecm
, karchive, kconfigwidgets, ki18n, breeze-icons, kitemviews, qtsvg
}:
@@ -7,6 +7,6 @@ kdeFramework {
name = "kiconthemes";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
nativeBuildInputs = [ extra-cmake-modules ];
nativeBuildInputs = [ ecm ];
propagatedBuildInputs = [ breeze-icons kconfigwidgets karchive ki18n kitemviews qtsvg ];
}