12 , libappindicator-gtk3
17 perlModules = with perlPackages; [
50 GlibObjectIntrospection
64 stdenv.mkDerivation rec {
68 src = fetchFromGitHub {
69 owner = "shutter-project";
72 sha256 = "sha256-o95skSr6rszh0wsHQTpu1GjqCDmde7aygIP+i4XQW9A=";
75 nativeBuildInputs = [ wrapGAppsHook3 ];
87 "prefix=${placeholder "out"}"
91 patchShebangs po2mo.sh
95 # make xdg-open overrideable at runtime
97 --set PERL5LIB ${perlPackages.makePerlPath perlModules} \
98 --prefix PATH : ${lib.makeBinPath [ imagemagick ] }
99 --suffix PATH : ${lib.makeBinPath [ xdg-utils ] }
104 description = "Screenshot and annotation tool";
105 mainProgram = "shutter";
106 homepage = "https://shutter-project.org/";
107 license = licenses.gpl3Plus;
108 platforms = platforms.all;
109 maintainers = [ maintainers.bjornfor ];