* Symlink /man in /var/run/current-system/sw so that for
example "man bash" works. Ideally of course all packages should put their man pages under $out/share/man. svn path=/nixos/trunk/; revision=10086
This commit is contained in:
@@ -1815,7 +1815,7 @@ root ALL=(ALL) SETENV: ALL
|
||||
environment = {
|
||||
|
||||
pathsToLink = mkOption {
|
||||
default = ["/bin" "/sbin" "/share"];
|
||||
default = ["/bin" "/sbin" "/share" "/man"];
|
||||
example = ["/"];
|
||||
description = "
|
||||
This allows to symlink more directories in /var/run/current-system/sw
|
||||
|
||||
Reference in New Issue
Block a user