12 , libappindicator-gtk3
17 perlModules = with perlPackages; [
18 # Not sure if these are needed
19 # Gnome2 Gnome2Canvas Gnome2VFS Gtk2AppIndicator Gtk2Unique
52 GlibObjectIntrospection
66 stdenv.mkDerivation rec {
70 src = fetchFromGitHub {
71 owner = "shutter-project";
74 sha256 = "sha256-o95skSr6rszh0wsHQTpu1GjqCDmde7aygIP+i4XQW9A=";
77 nativeBuildInputs = [ wrapGAppsHook ];
89 "prefix=${placeholder "out"}"
93 patchShebangs po2mo.sh
97 # make xdg-open overrideable at runtime
99 --set PERL5LIB ${perlPackages.makePerlPath perlModules} \
100 --prefix PATH : ${lib.makeBinPath [ imagemagick ] }
101 --suffix PATH : ${lib.makeBinPath [ xdg-utils ] }
106 description = "Screenshot and annotation tool";
107 mainProgram = "shutter";
108 homepage = "https://shutter-project.org/";
109 license = licenses.gpl3Plus;
110 platforms = platforms.all;
111 maintainers = [ maintainers.bjornfor ];