* Always symlink etc/dbus-1 and share/dbus-1 in the system path, not

just when KDE is enabled.

svn path=/nixos/trunk/; revision=23053
This commit is contained in:
Eelco Dolstra 2010-08-09 11:42:32 +00:00
parent e41e6a65bb
commit fc8204c0e4
2 changed files with 3 additions and 1 deletions

View File

@ -161,6 +161,8 @@ in
config.system.path config.system.path
]; ];
environment.pathsToLink = [ "/etc/dbus-1" "/share/dbus-1" ];
}; };
} }

View File

@ -67,7 +67,7 @@ in
x11Packages = config.environment.kdePackages; x11Packages = config.environment.kdePackages;
pathsToLink = [ "/etc/xdg" "/etc/dbus-1" "/share" ]; pathsToLink = [ "/etc/xdg" "/share" ];
etc = singleton etc = singleton
{ source = "${pkgs.xkeyboard_config}/etc/X11/xkb"; { source = "${pkgs.xkeyboard_config}/etc/X11/xkb";