kde5.spectacle: propagate all buildInputs
This commit is contained in:
parent
fa410d5ba1
commit
7027f7df7c
@ -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 ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user