3
0
Fork 0
forked from mirrors/nixpkgs

kde5.kservice: propagate extra-cmake-modules input

This commit is contained in:
Thomas Tuegel 2016-01-25 09:37:35 -06:00
parent 7f43f08930
commit 02c3ae154d

View file

@ -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 ];