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 76923f4d57a2..45640007e715 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 { };