nixos/upower: Reference correct output of glib
This commit is contained in:
parent
0eadc53b4b
commit
fab7d6ea69
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in
|
|||
|
||||
systemd.services.upower =
|
||||
{ description = "Power Management Daemon";
|
||||
path = [ pkgs.glib ]; # needed for gdbus
|
||||
path = [ pkgs.glib.out ]; # needed for gdbus
|
||||
serviceConfig =
|
||||
{ Type = "dbus";
|
||||
BusName = "org.freedesktop.UPower";
|
||||
|
|
Loading…
Reference in a new issue