extra-cmake-modules: Lift Qt dependency
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ kdeFramework, lib, ecm }:
|
||||
{ kdeFramework, lib, extra-cmake-modules, qtbase, qttools }:
|
||||
|
||||
kdeFramework {
|
||||
name = "kcodecs";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ ecm ];
|
||||
nativeBuildInputs = [ extra-cmake-modules qttools ];
|
||||
buildInputs = [ qtbase ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user