xfce.xfce4-screenshooter: 1.9.11 -> 1.10.1

This commit is contained in:
José Romildo 2022-12-25 08:52:24 -03:00
parent 1287738059
commit 7900499cbc
2 changed files with 9 additions and 11 deletions

View file

@ -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; {

View file

@ -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 { };