mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
system: /etc/profile defines 'MANPATH', which includes the global profile.
* gnu/system.scm (etc-directory)[profile]: Set 'MANPATH'.
This commit is contained in:
parent
c9d512faac
commit
97ab2c0fb6
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ (define* (etc-directory #:key
|
|||
|
||||
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)))
|
||||
|
|
Loading…
Reference in a new issue