summary refs log tree commit diff
path: root/pkgs/applications/kde/spectacle.nix
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-04-20 16:24:00 +0200
committeradisbladis <adis@blad.is>2018-04-25 09:35:49 +0800
commitfaed18320652bd9d08d609ec663cbdb3aaec0be3 (patch)
treeb248665f89ec0803e294c4da118c585908b8d628 /pkgs/applications/kde/spectacle.nix
parentb933157f44b5b432d248fec56151ba0646a00e69 (diff)
downloadnixpkgs-faed18320652bd9d08d609ec663cbdb3aaec0be3.tar
nixpkgs-faed18320652bd9d08d609ec663cbdb3aaec0be3.tar.gz
nixpkgs-faed18320652bd9d08d609ec663cbdb3aaec0be3.tar.bz2
nixpkgs-faed18320652bd9d08d609ec663cbdb3aaec0be3.tar.lz
nixpkgs-faed18320652bd9d08d609ec663cbdb3aaec0be3.tar.xz
nixpkgs-faed18320652bd9d08d609ec663cbdb3aaec0be3.tar.zst
nixpkgs-faed18320652bd9d08d609ec663cbdb3aaec0be3.zip
kde_applications: 17.12.3 -> 18.04.0
Diffstat (limited to 'pkgs/applications/kde/spectacle.nix')
-rw-r--r--pkgs/applications/kde/spectacle.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/kde/spectacle.nix b/pkgs/applications/kde/spectacle.nix
index 6deec6aaabb..f036e8cf632 100644
--- a/pkgs/applications/kde/spectacle.nix
+++ b/pkgs/applications/kde/spectacle.nix
@@ -4,7 +4,7 @@
   ki18n, xcb-util-cursor,
   kconfig, kcoreaddons, kdbusaddons, kdeclarative, kio, kipi-plugins,
   knotifications, kscreen, kwidgetsaddons, kwindowsystem, kxmlgui, libkipi,
-  qtx11extras
+  qtx11extras, knewstuff
 }:
 
 mkDerivation {
@@ -14,6 +14,7 @@ mkDerivation {
   buildInputs = [
     kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
     kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi qtx11extras xcb-util-cursor
+    knewstuff
   ];
   propagatedUserEnvPkgs = [ kipi-plugins libkipi ];
 }