about summary refs log tree commit diff
path: root/pkgs/desktops/xfce4-14/xfce4-screenshooter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/xfce4-14/xfce4-screenshooter/default.nix')
-rw-r--r--pkgs/desktops/xfce4-14/xfce4-screenshooter/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce4-14/xfce4-screenshooter/default.nix b/pkgs/desktops/xfce4-14/xfce4-screenshooter/default.nix
new file mode 100644
index 000000000000..95af146903b1
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/xfce4-screenshooter/default.nix
@@ -0,0 +1,12 @@
+{ mkXfceDerivation, exo, gtk3, libsoup, libxfce4ui, libxfce4util, xfce4-panel, wrapGAppsHook, glib-networking }:
+
+mkXfceDerivation rec {
+  category = "apps";
+  pname = "xfce4-screenshooter";
+  version = "1.9.5";
+
+  sha256 = "1h14sywvk9l06p3z1cpb79911j8w2wqbk03ldknjkia2rfymjk06";
+
+  nativeBuildInputs = [ wrapGAppsHook ]; # fix "No GSettings schemas are installed on the system"
+  buildInputs = [ exo gtk3 libsoup libxfce4ui libxfce4util xfce4-panel glib-networking ];
+}