* Add share/emacs to the paths to symlink.
svn path=/nixos/trunk/; revision=23184
This commit is contained in:
parent
751ec4f845
commit
1fcefe39a1
@ -123,5 +123,5 @@ in
|
||||
require = [options];
|
||||
|
||||
environment.systemPackages = requiredPackages;
|
||||
environment.pathsToLink = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/man" "/info" "/etc/xdg"];
|
||||
environment.pathsToLink = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/share/emacs" "/man" "/info" "/etc/xdg"];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user