extra-cmake-modules: Lift Qt dependency
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ kdeFramework, lib, ecm, kcompletion, kconfig
|
||||
{ kdeFramework, lib, extra-cmake-modules, kcompletion, kconfig
|
||||
, ki18n, kio, phonon
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
name = "knotifyconfig";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ ecm ];
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
propagatedBuildInputs = [ kcompletion kconfig ki18n kio phonon ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user