Skip to content

Commit

Permalink
kde5.kservice: propagate extra-cmake-modules input
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Feb 1, 2016
1 parent 7f43f08 commit 02c3ae1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 02c3ae1

Please sign in to comment.