mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #207678 from romildo/upd.xfce4-screenshooter
This commit is contained in:
commit
68cee2fc2c
@ -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; {
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user