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

This commit is contained in:
Tuomas Tynkkynen 2016-01-24 09:29:06 +02:00
parent dc8e939dbc
commit f12f6c8607

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;