nixos/dbus: Reference correct output of 'dbus'

This commit is contained in:
Tuomas Tynkkynen
2016-05-18 22:58:00 +03:00
parent 8029ee27b6
commit 2132c86c45
+1 -1
View File
@@ -110,7 +110,7 @@ in
}; };
services.dbus.packages = [ services.dbus.packages = [
pkgs.dbus pkgs.dbus.out
config.system.path config.system.path
]; ];