From 7900499cbcb1f561791eea52399b02ea515d4e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo?= Date: Sun, 25 Dec 2022 08:52:24 -0300 Subject: [PATCH] xfce.xfce4-screenshooter: 1.9.11 -> 1.10.1 --- .../applications/xfce4-screenshooter/default.nix | 16 ++++++++-------- pkgs/desktops/xfce/default.nix | 4 +--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix b/pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix index 7beeb0ff87f2..00c06455519d 100644 --- a/pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix @@ -1,30 +1,30 @@ { lib , mkXfceDerivation , exo -, glib-networking -, gtk3 -, libsoup +, libxml2 +, libsoup_3 , libxfce4ui , libxfce4util , xfce4-panel +, xfconf }: mkXfceDerivation { category = "apps"; pname = "xfce4-screenshooter"; - version = "1.9.11"; + version = "1.10.1"; odd-unstable = false; - sha256 = "sha256-sW0SEXypCcly7MlO9lnxHTkYwIiRt+gOME5UQ++Y3JQ="; + sha256 = "sha256-TKtEKjRmrdhi1nFRo1OovmPndT2RTYV9kt7auBDESmE="; buildInputs = [ exo - glib-networking - gtk3 - libsoup + libxml2 + libsoup_3 libxfce4ui libxfce4util xfce4-panel + xfconf ]; meta = with lib; { diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix index 546681afedf9..e542c6d2b76c 100644 --- a/pkgs/desktops/xfce/default.nix +++ b/pkgs/desktops/xfce/default.nix @@ -109,9 +109,7 @@ lib.makeScopeWithSplicing xfce4-screensaver = callPackage ./applications/xfce4-screensaver { }; - xfce4-screenshooter = callPackage ./applications/xfce4-screenshooter { - inherit (pkgs.gnome) libsoup; - }; + xfce4-screenshooter = callPackage ./applications/xfce4-screenshooter { }; xfdashboard = callPackage ./applications/xfdashboard { };