Skip to content

Commit

Permalink
shutter: add missing dependencies for Screenshot->Export (Ctrl+U) sup…
Browse files Browse the repository at this point in the history
…port

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).

(cherry picked from commit 8a5b142)
  • Loading branch information
bjornfor authored and fpletz committed May 7, 2018
1 parent 92e6593 commit 730247b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/graphics/shutter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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 {
Expand Down

0 comments on commit 730247b

Please sign in to comment.