Merge pull request #207678 from romildo/upd.xfce4-screenshooter

This commit is contained in:
Sandro 2022-12-31 01:27:06 +01:00 committed by GitHub
commit 68cee2fc2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 { };