forked from mirrors/nixpkgs
xfce.xfce4-session: 4.18.2 -> 4.18.3
https://gitlab.xfce.org/xfce/xfce4-session/-/compare/xfce4-session-4.18.2...xfce4-session-4.18.3
This commit is contained in:
parent
4e37b4e55b
commit
4de1a60759
|
@ -1,13 +1,35 @@
|
||||||
{ lib, mkXfceDerivation, polkit, exo, libxfce4util, libxfce4ui, xfconf, iceauth, gtk3, glib, libwnck, xfce4-session }:
|
{ lib
|
||||||
|
, mkXfceDerivation
|
||||||
|
, polkit
|
||||||
|
, exo
|
||||||
|
, libxfce4util
|
||||||
|
, libxfce4ui
|
||||||
|
, xfconf
|
||||||
|
, iceauth
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, libwnck
|
||||||
|
, xfce4-session
|
||||||
|
}:
|
||||||
|
|
||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
pname = "xfce4-session";
|
pname = "xfce4-session";
|
||||||
version = "4.18.2";
|
version = "4.18.3";
|
||||||
|
|
||||||
sha256 = "sha256-EyDMHGFjZWux7atpiUoCMmJIN2PGlF9h2L5qaFAzrKU=";
|
sha256 = "sha256-qCkE3aVYVwphoO1ZAyzpL1ZtsLaP6XT1H1rlFoBI3yg=";
|
||||||
|
|
||||||
buildInputs = [ exo gtk3 glib libxfce4ui libxfce4util libwnck xfconf polkit iceauth ];
|
buildInputs = [
|
||||||
|
exo
|
||||||
|
gtk3
|
||||||
|
glib
|
||||||
|
libxfce4ui
|
||||||
|
libxfce4util
|
||||||
|
libwnck
|
||||||
|
xfconf
|
||||||
|
polkit
|
||||||
|
iceauth
|
||||||
|
];
|
||||||
|
|
||||||
configureFlags = [ "--with-xsession-prefix=${placeholder "out"}" ];
|
configureFlags = [ "--with-xsession-prefix=${placeholder "out"}" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue