mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
Merge pull request #315649 from bobby285271/upd/xfce
xfce.xfce4-screenshooter: 1.10.5 -> 1.10.6
This commit is contained in:
commit
52d3619609
1 changed files with 21 additions and 2 deletions
|
@ -1,10 +1,18 @@
|
|||
{ lib
|
||||
, mkXfceDerivation
|
||||
, wayland-scanner
|
||||
, exo
|
||||
, gtk3
|
||||
, libX11
|
||||
, libXext
|
||||
, libXfixes
|
||||
, libXtst
|
||||
, libxml2
|
||||
, libsoup_3
|
||||
, libxfce4ui
|
||||
, libxfce4util
|
||||
, wayland
|
||||
, wlr-protocols
|
||||
, xfce4-panel
|
||||
, xfconf
|
||||
, curl
|
||||
|
@ -16,17 +24,28 @@
|
|||
mkXfceDerivation {
|
||||
category = "apps";
|
||||
pname = "xfce4-screenshooter";
|
||||
version = "1.10.5";
|
||||
version = "1.10.6";
|
||||
odd-unstable = false;
|
||||
|
||||
sha256 = "sha256-x1uQIfiUNMYowrCLpwdt1IsHfJLn81f8I/4NBwX/z9k=";
|
||||
sha256 = "sha256-g3wYIyJEnYCFhCs6YXzfEe5lnvIY8ACN/m7He+ww3mA=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
exo
|
||||
gtk3
|
||||
libX11
|
||||
libXext
|
||||
libXfixes
|
||||
libXtst
|
||||
libxml2
|
||||
libsoup_3
|
||||
libxfce4ui
|
||||
libxfce4util
|
||||
wayland
|
||||
wlr-protocols
|
||||
xfce4-panel
|
||||
xfconf
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue