kde5.spectacle: propagate all buildInputs
This commit is contained in:
parent
fa410d5ba1
commit
7027f7df7c
1 changed files with 4 additions and 4 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue