spectacle: fixup inputs and outputs
This commit is contained in:
parent
612a7bb45e
commit
668b0aa1a8
@ -11,10 +11,9 @@ mkDerivation {
|
|||||||
name = "spectacle";
|
name = "spectacle";
|
||||||
meta = with lib; { maintainers = with maintainers; [ ttuegel ]; };
|
meta = with lib; { maintainers = with maintainers; [ ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
buildInputs = [ ki18n xcb-util-cursor ];
|
buildInputs = [
|
||||||
propagatedBuildInputs = [
|
kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
|
||||||
kconfig kcoreaddons kdbusaddons kdeclarative kio knotifications
|
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi qtx11extras xcb-util-cursor
|
||||||
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi qtx11extras
|
|
||||||
];
|
];
|
||||||
propagatedUserEnvPkgs = [ kipi-plugins libkipi ];
|
propagatedUserEnvPkgs = [ kipi-plugins libkipi ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user