mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Don't set $MANPATH
The default is derived automatically from $PATH, so it's in fact better *not* to set it.
This commit is contained in:
parent
24d192c8eb
commit
e7cd18e907
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ in
|
|||
# TODO: move most of these elsewhere
|
||||
environment.profileRelativeEnvVars =
|
||||
{ PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
|
||||
MANPATH = [ "/man" "/share/man" ];
|
||||
INFOPATH = [ "/info" "/share/info" ];
|
||||
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
|
||||
TERMINFO_DIRS = [ "/share/terminfo" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue