mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 18:44:07 +00:00
xfce.libxfce4windowing: 4.19.3 -> 4.20.0
https://gitlab.xfce.org/xfce/libxfce4windowing/-/compare/libxfce4windowing-4.19.3...libxfce4windowing-4.20.0
This commit is contained in:
parent
f4b88df89d
commit
1671de743d
@ -4,18 +4,21 @@
|
||||
, wayland-scanner
|
||||
, glib
|
||||
, gtk3
|
||||
, libdisplay-info
|
||||
, libwnck
|
||||
, libX11
|
||||
, libXrandr
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, wlr-protocols
|
||||
}:
|
||||
|
||||
mkXfceDerivation {
|
||||
category = "xfce";
|
||||
pname = "libxfce4windowing";
|
||||
version = "4.19.3";
|
||||
version = "4.20.0";
|
||||
|
||||
sha256 = "sha256-nsobRyGeagUq1WHzYBq6vd9g5A65KEQC4cX+m7w0pqg=";
|
||||
sha256 = "sha256-t/GbsGipc0Ts2tZJaDJBuDF+9XMp8+Trq78NPAuHEpU=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
gobject-introspection
|
||||
@ -25,9 +28,12 @@ mkXfceDerivation {
|
||||
buildInputs = [
|
||||
glib
|
||||
gtk3
|
||||
libdisplay-info
|
||||
libwnck
|
||||
libX11
|
||||
libXrandr
|
||||
wayland
|
||||
wayland-protocols
|
||||
wlr-protocols
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user