kde5: fix extra-cmake-modules hooks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ kdeFramework, lib, copyPathsToStore, extra-cmake-modules
|
||||
{ kdeFramework, lib, copyPathsToStore, ecm
|
||||
, attr, ebook_tools, exiv2, ffmpeg, karchive, ki18n, poppler, qtbase, taglib
|
||||
}:
|
||||
|
||||
@@ -6,7 +6,7 @@ kdeFramework {
|
||||
name = "kfilemetadata";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
nativeBuildInputs = [ ecm ];
|
||||
propagatedBuildInputs = [
|
||||
attr ebook_tools exiv2 ffmpeg karchive ki18n poppler qtbase taglib
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user