system: /etc/profile defines 'MANPATH', which includes the global profile.

* gnu/system.scm (etc-directory)[profile]: Set 'MANPATH'.
This commit is contained in:
Ludovic Courtès 2014-12-12 23:52:27 +01:00
parent c9d512faac
commit 97ab2c0fb6
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ export LINUX_MODULE_DIRECTORY=/run/booted-system/kernel/lib/modules
export PATH=$HOME/.guix-profile/bin:/run/current-system/profile/bin
export PATH=/run/setuid-programs:/run/current-system/profile/sbin:$PATH
export MANPATH=$HOME/.guix-profile/share/man:/run/current-system/profile/share/man
export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share/info
"))
(skel (skeleton-directory skeletons)))