Bobby Rong 2024-10-16 12:15:29 +00:00
parent 16b6193730
commit bf47d78e4c
No known key found for this signature in database

View File

@ -4,9 +4,11 @@
, exo
, libxfce4util
, libxfce4ui
, libxfce4windowing
, xfconf
, iceauth
, gtk3
, gtk-layer-shell
, glib
, libwnck
, xfce4-session
@ -15,23 +17,28 @@
mkXfceDerivation {
category = "xfce";
pname = "xfce4-session";
version = "4.18.4";
version = "4.20.0";
sha256 = "sha256-YxIHxb8mRggHLJ9TQ+KGb9qjt+DMZrxMn+oFuFRL8GI=";
sha256 = "sha256-mn3ky1NzrpQZRkhc605mj+GFhbFq26eW59YKUfnX9X8=";
buildInputs = [
exo
gtk3
gtk-layer-shell
glib
libxfce4ui
libxfce4util
libxfce4windowing
libwnck
xfconf
polkit
iceauth
];
configureFlags = [ "--with-xsession-prefix=${placeholder "out"}" ];
configureFlags = [
"--with-xsession-prefix=${placeholder "out"}"
"--with-wayland-session-prefix=${placeholder "out"}"
];
passthru.xinitrc = "${xfce4-session}/etc/xdg/xfce4/xinitrc";