summary refs log tree commit diff
path: root/pkgs/applications/kde/spectacle.nix
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2017-08-04 11:52:01 +0300
committergnidorah <gnidorah@users.noreply.github.com>2017-08-04 15:02:36 +0300
commitce78756ad8c6b0822555f936e521ed7b21e2c169 (patch)
tree934a730e74d5623f9af801a07c4c7928c6c4604a /pkgs/applications/kde/spectacle.nix
parent5fc9a604b441e5fae80f0fb1891b6c984fb3693e (diff)
downloadnixpkgs-ce78756ad8c6b0822555f936e521ed7b21e2c169.tar
nixpkgs-ce78756ad8c6b0822555f936e521ed7b21e2c169.tar.gz
nixpkgs-ce78756ad8c6b0822555f936e521ed7b21e2c169.tar.bz2
nixpkgs-ce78756ad8c6b0822555f936e521ed7b21e2c169.tar.lz
nixpkgs-ce78756ad8c6b0822555f936e521ed7b21e2c169.tar.xz
nixpkgs-ce78756ad8c6b0822555f936e521ed7b21e2c169.tar.zst
nixpkgs-ce78756ad8c6b0822555f936e521ed7b21e2c169.zip
gwenview, spectacle: propagate libkipi
Diffstat (limited to 'pkgs/applications/kde/spectacle.nix')
-rw-r--r--pkgs/applications/kde/spectacle.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/spectacle.nix b/pkgs/applications/kde/spectacle.nix
index db1bf2aee65..1be07fe6fe8 100644
--- a/pkgs/applications/kde/spectacle.nix
+++ b/pkgs/applications/kde/spectacle.nix
@@ -16,5 +16,5 @@ mkDerivation {
     kconfig kcoreaddons kdbusaddons kdeclarative kio knotifications
     kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi qtx11extras
   ];
-  propagatedUserEnvPkgs = [ kipi-plugins ];
+  propagatedUserEnvPkgs = [ kipi-plugins libkipi ];
 }