~ruther/guix-local

97ab2c0fb625b622b1c4ec19a9f11cb1a59ee75a — Ludovic Courtès 11 years ago c9d512f
system: /etc/profile defines 'MANPATH', which includes the global profile.

* gnu/system.scm (etc-directory)[profile]: Set 'MANPATH'.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/system.scm
M gnu/system.scm => gnu/system.scm +1 -0
@@ 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)))