summary refs log tree commit diff
path: root/pkgs/applications/kde/spectacle.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-21 08:52:16 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:11 -0500
commit668b0aa1a8d575b40f37c9779c63e43da6021711 (patch)
tree5627fb301b903cb0864273e9500a180b21b69649 /pkgs/applications/kde/spectacle.nix
parent612a7bb45e55621aba900f3e65a4207d703fdb82 (diff)
downloadnixpkgs-668b0aa1a8d575b40f37c9779c63e43da6021711.tar
nixpkgs-668b0aa1a8d575b40f37c9779c63e43da6021711.tar.gz
nixpkgs-668b0aa1a8d575b40f37c9779c63e43da6021711.tar.bz2
nixpkgs-668b0aa1a8d575b40f37c9779c63e43da6021711.tar.lz
nixpkgs-668b0aa1a8d575b40f37c9779c63e43da6021711.tar.xz
nixpkgs-668b0aa1a8d575b40f37c9779c63e43da6021711.tar.zst
nixpkgs-668b0aa1a8d575b40f37c9779c63e43da6021711.zip
spectacle: fixup inputs and outputs
Diffstat (limited to 'pkgs/applications/kde/spectacle.nix')
-rw-r--r--pkgs/applications/kde/spectacle.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/kde/spectacle.nix b/pkgs/applications/kde/spectacle.nix
index 1be07fe6fe8..6deec6aaabb 100644
--- a/pkgs/applications/kde/spectacle.nix
+++ b/pkgs/applications/kde/spectacle.nix
@@ -11,10 +11,9 @@ mkDerivation {
   name = "spectacle";
   meta = with lib; { maintainers = with maintainers; [ ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  buildInputs = [ ki18n xcb-util-cursor ];
-  propagatedBuildInputs = [
-    kconfig kcoreaddons kdbusaddons kdeclarative kio knotifications
-    kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi qtx11extras
+  buildInputs = [
+    kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
+    kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi qtx11extras xcb-util-cursor
   ];
   propagatedUserEnvPkgs = [ kipi-plugins libkipi ];
 }