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

17 lines
456 B
Nix
Raw Normal View History

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