Bobby Rong 2024-10-16 12:15:09 +00:00
parent f4b88df89d
commit 1671de743d
No known key found for this signature in database

View File

@ -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
];