kde5: fix extra-cmake-modules hooks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ kdeFramework, lib, extra-cmake-modules, kbookmarks, kcompletion
|
||||
{ kdeFramework, lib, ecm, kbookmarks, kcompletion
|
||||
, kconfig, kconfigwidgets, ki18n, kiconthemes, kio, knotifications
|
||||
, kwidgetsaddons, libXcursor, qtx11extras
|
||||
}:
|
||||
@@ -6,7 +6,7 @@
|
||||
kdeFramework {
|
||||
name = "frameworkintegration";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
nativeBuildInputs = [ ecm ];
|
||||
propagatedBuildInputs = [
|
||||
kbookmarks kcompletion kconfig kconfigwidgets knotifications ki18n kio
|
||||
kiconthemes kwidgetsaddons libXcursor qtx11extras
|
||||
|
||||
Reference in New Issue
Block a user