nixpkgs/pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix

17 lines
456 B
Nix
Raw Normal View History

2019-08-17 02:56:44 +00:00
{ mkXfceDerivation, exo, gtk3, libsoup, libxfce4ui, libxfce4util, xfce4-panel, glib-networking }:
2017-12-17 15:02:52 +00:00
2019-08-13 21:52:01 +00:00
mkXfceDerivation {
2017-12-17 15:02:52 +00:00
category = "apps";
pname = "xfce4-screenshooter";
version = "1.9.7";
odd-unstable = false;
2017-12-17 15:02:52 +00:00
sha256 = "14vbd7iigaw57hl47rnixk873c20q5clqynzkm9zzpqc568dxixd";
2017-12-17 15:02:52 +00:00
buildInputs = [ exo gtk3 libsoup libxfce4ui libxfce4util xfce4-panel glib-networking ];
meta = {
description = "Screenshot utility for the Xfce desktop";
};
2017-12-17 15:02:52 +00:00
}