treewide: Mass replace 'dbus_daemon}/lib' to refer the 'lib' output

This commit is contained in:
Tuomas Tynkkynen
2016-01-24 10:03:34 +02:00
parent dc8e939dbc
commit f12f6c8607
+1 -1
View File
@@ -121,7 +121,7 @@ in
security.setuidOwners = singleton
{ program = "dbus-daemon-launch-helper";
source = "${pkgs.dbus_daemon}/libexec/dbus-daemon-launch-helper";
source = "${pkgs.dbus_daemon.lib}/libexec/dbus-daemon-launch-helper";
owner = "root";
group = "messagebus";
setuid = true;