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 {
name = "spectacle";
meta = with lib; {
maintainers = with maintainers; [ ttuegel ];
};
nativeBuildInputs = [
extra-cmake-modules kdoctools makeQtWrapper
];
buildInputs = [
propagatedBuildInputs = [
kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi xcb-util-cursor
];
postFixup = ''
wrapQtProgram "$out/bin/spectacle"
'';
meta = with lib; {
maintainers = with maintainers; [ ttuegel ];
};
}