forked from mirrors/nixpkgs
kde5.kservice: propagate extra-cmake-modules input
This commit is contained in:
parent
7f43f08930
commit
02c3ae154d
|
@ -5,7 +5,8 @@
|
|||
kdeFramework {
|
||||
name = "kservice";
|
||||
setupHook = ./setup-hook.sh;
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
propagatedNativeBuildInputs = [ extra-cmake-modules ];
|
||||
nativeBuildInputs = [ kdoctools ];
|
||||
buildInputs = [ kcrash kdbusaddons ];
|
||||
propagatedBuildInputs = [ kconfig kcoreaddons ki18n kwindowsystem ];
|
||||
propagatedUserEnvPkgs = [ kcoreaddons ];
|
||||
|
|
Loading…
Reference in a new issue