mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 18:44:07 +00:00
xfce.xfce4-session: 4.18.4 -> 4.20.0
https://gitlab.xfce.org/xfce/xfce4-session/-/compare/xfce4-session-4.18.4...xfce4-session-4.20.0
This commit is contained in:
parent
16b6193730
commit
bf47d78e4c
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user