From 97ab2c0fb625b622b1c4ec19a9f11cb1a59ee75a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 12 Dec 2014 23:52:27 +0100 Subject: system: /etc/profile defines 'MANPATH', which includes the global profile. * gnu/system.scm (etc-directory)[profile]: Set 'MANPATH'. --- gnu/system.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/system.scm') diff --git a/gnu/system.scm b/gnu/system.scm index 5cb6c9e947..b14991e5db 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -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))) -- cgit v1.2.3