xfce.xfce4-notifyd: enable starting the daemon via DBus
Start daemon via DBus instead of regular session autostart (which is the default) (cherry picked from commit b81ba2e9195c5959ced35ffa0857ffedf2a1df7c)
This commit is contained in:
parent
7bc4490174
commit
7daf35532d
|
@ -1,4 +1,4 @@
|
||||||
{ mkXfceDerivation, glib, exo, gtk3, libnotify, libxfce4ui, libxfce4util
|
{ mkXfceDerivation, glib, gtk3, libnotify, libxfce4ui, libxfce4util
|
||||||
, xfce4-panel, xfconf }:
|
, xfce4-panel, xfconf }:
|
||||||
|
|
||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
|
@ -8,7 +8,11 @@ mkXfceDerivation {
|
||||||
|
|
||||||
sha256 = "1q8n7dffyqbfyy6vpqlmnsfpavlc7iz6hhv1h27fkwzswy2rx28s";
|
sha256 = "1q8n7dffyqbfyy6vpqlmnsfpavlc7iz6hhv1h27fkwzswy2rx28s";
|
||||||
|
|
||||||
buildInputs = [ exo gtk3 glib libnotify libxfce4ui libxfce4util xfce4-panel xfconf ];
|
buildInputs = [ gtk3 glib libnotify libxfce4ui libxfce4util xfce4-panel xfconf ];
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--enable-dbus-start-daemon"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple notification daemon for Xfce";
|
description = "Simple notification daemon for Xfce";
|
||||||
|
|
Loading…
Reference in New Issue