Merge pull request #207678 from romildo/upd.xfce4-screenshooter
This commit is contained in:
commit
68cee2fc2c
2 changed files with 9 additions and 11 deletions
|
@ -1,30 +1,30 @@
|
||||||
{ lib
|
{ lib
|
||||||
, mkXfceDerivation
|
, mkXfceDerivation
|
||||||
, exo
|
, exo
|
||||||
, glib-networking
|
, libxml2
|
||||||
, gtk3
|
, libsoup_3
|
||||||
, libsoup
|
|
||||||
, libxfce4ui
|
, libxfce4ui
|
||||||
, libxfce4util
|
, libxfce4util
|
||||||
, xfce4-panel
|
, xfce4-panel
|
||||||
|
, xfconf
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "apps";
|
category = "apps";
|
||||||
pname = "xfce4-screenshooter";
|
pname = "xfce4-screenshooter";
|
||||||
version = "1.9.11";
|
version = "1.10.1";
|
||||||
odd-unstable = false;
|
odd-unstable = false;
|
||||||
|
|
||||||
sha256 = "sha256-sW0SEXypCcly7MlO9lnxHTkYwIiRt+gOME5UQ++Y3JQ=";
|
sha256 = "sha256-TKtEKjRmrdhi1nFRo1OovmPndT2RTYV9kt7auBDESmE=";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
exo
|
exo
|
||||||
glib-networking
|
libxml2
|
||||||
gtk3
|
libsoup_3
|
||||||
libsoup
|
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
libxfce4util
|
libxfce4util
|
||||||
xfce4-panel
|
xfce4-panel
|
||||||
|
xfconf
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
@ -109,9 +109,7 @@ lib.makeScopeWithSplicing
|
||||||
|
|
||||||
xfce4-screensaver = callPackage ./applications/xfce4-screensaver { };
|
xfce4-screensaver = callPackage ./applications/xfce4-screensaver { };
|
||||||
|
|
||||||
xfce4-screenshooter = callPackage ./applications/xfce4-screenshooter {
|
xfce4-screenshooter = callPackage ./applications/xfce4-screenshooter { };
|
||||||
inherit (pkgs.gnome) libsoup;
|
|
||||||
};
|
|
||||||
|
|
||||||
xfdashboard = callPackage ./applications/xfdashboard { };
|
xfdashboard = callPackage ./applications/xfdashboard { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue