mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +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 = {
|
environment = {
|
||||||
|
|
||||||
pathsToLink = mkOption {
|
pathsToLink = mkOption {
|
||||||
default = ["/bin" "/sbin" "/share"];
|
default = ["/bin" "/sbin" "/share" "/man"];
|
||||||
example = ["/"];
|
example = ["/"];
|
||||||
description = "
|
description = "
|
||||||
This allows to symlink more directories in /var/run/current-system/sw
|
This allows to symlink more directories in /var/run/current-system/sw
|
||||||
|
Loading…
Reference in New Issue
Block a user