mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-28 15:54:32 +00:00
* 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:
parent
5a29acf6a0
commit
a00f463ffa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user