extra-cmake-modules: Lift Qt dependency
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
kdeFramework, lib,
|
||||
bison, ecm, flex,
|
||||
qtdeclarative
|
||||
bison, extra-cmake-modules, flex,
|
||||
qtdeclarative, qttools
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
name = "solid";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ bison ecm flex ];
|
||||
nativeBuildInputs = [ bison extra-cmake-modules flex qttools ];
|
||||
propagatedBuildInputs = [ qtdeclarative ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user