aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/shutter/default.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2018-04-19 18:57:17 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2018-04-19 19:02:58 +0200
commit8a5b1425452e94db51398d0e31ec96a6e1817538 (patch)
treebf745e8a037b237102165bb2c985aa4ae62bf37b /pkgs/applications/graphics/shutter/default.nix
parenta5b8b2e0cf79f4351b92aafe366a385eaaada1b3 (diff)
shutter: add missing dependencies for Screenshot->Export (Ctrl+U) support
However, none of the exporters I tried actually _worked_, but now shutter at least returns an error to the user (pop-up UI element) instead of silently hanging and only leaving messages on stdout/stderr about the missing deps. AFAICS, this changes the failure of Screenshot->Export functionality from a packaging bug to an application bug (upstream).
Diffstat (limited to 'pkgs/applications/graphics/shutter/default.nix')
-rw-r--r--pkgs/applications/graphics/shutter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/shutter/default.nix b/pkgs/applications/graphics/shutter/default.nix
index a8b4973203d1..2cc127a3fc6f 100644
--- a/pkgs/applications/graphics/shutter/default.nix
+++ b/pkgs/applications/graphics/shutter/default.nix
@@ -8,6 +8,7 @@ let
ProcProcessTable URI ImageExifTool Gtk2AppIndicator LWPUserAgent JSON
PerlMagick WWWMechanize HTTPDate HTMLForm HTMLParser HTMLTagset JSONXS
CommonSense HTTPCookies NetOAuth PathClass GooCanvas X11Protocol Cairo
+ EncodeLocale TryTiny TypesSerialiser LWPMediaTypes
];
in
stdenv.mkDerivation rec {