INFOPATH and MANPATH not set in profiles

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan Smith
  • Morgan Smith
Owner
unassigned
Submitted by
Morgan Smith
Severity
normal
Merged with

Debbugs page

Morgan Smith wrote 4 years ago
(address . bug-guix@gnu.org)
BYAPR05MB4023D4EEDD06126BFA5B8816C51E9@BYAPR05MB4023.namprd05.prod.outlook.com
MANPATH is set by the man-db package, and /etc/profile.

INFOPATH is set by the emacs package, the texinfo package, and
/etc/profile.

/etc/profile sets the variables as such:
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


This means if I use multiple profiles, and I don't have `(and man-db (or
emacs texinfo))` in each profile, then I can't access the info and man
files using the info and man commands.

For example:

Fails to find man page
guix environment --ad-hoc neovim
man nvim


Finds man page just fine
guix environment --ad-hoc man-db neovim
man nvim
Morgan Smith wrote 3 years ago
control message for bug #49353
(address . control@debbugs.gnu.org)
BYAPR05MB4023EF2170762A0114062DAFC5829@BYAPR05MB4023.namprd05.prod.outlook.com
merge 49353 37790
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49353@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49353
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help