kde5.spectacle: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:16:28 -05:00
parent fa410d5ba1
commit 7027f7df7c

View File

@ -19,17 +19,17 @@
kdeApp { kdeApp {
name = "spectacle"; name = "spectacle";
meta = with lib; {
maintainers = with maintainers; [ ttuegel ];
};
nativeBuildInputs = [ nativeBuildInputs = [
extra-cmake-modules kdoctools makeQtWrapper extra-cmake-modules kdoctools makeQtWrapper
]; ];
buildInputs = [ propagatedBuildInputs = [
kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi xcb-util-cursor kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi xcb-util-cursor
]; ];
postFixup = '' postFixup = ''
wrapQtProgram "$out/bin/spectacle" wrapQtProgram "$out/bin/spectacle"
''; '';
meta = with lib; {
maintainers = with maintainers; [ ttuegel ];
};
} }