Installing fish-foreign-env does not install the fenv function

  • Open
  • quality assurance status badge
Details
2 participants
  • Alex McGrath via web
  • John Soo
Owner
unassigned
Submitted by
John Soo
Severity
normal

Debbugs page

John Soo wrote 5 years ago
(address . bug-guix@gnu.org)
87imi4gure.fsf@asu.edu
Hi Guix,

I would love to install the fenv fish function via guix. It is available
under fish-foreign-env. Installing it does not make the function
available, though.

I think this might be due to some data directory paths not being setup
in the fish package definition but I do not know enough about fish
semantics to say, yet.

Kind regards,

John
Alex McGrath via web wrote 5 years ago
(no subject)
(address . 40587@debbugs.gnu.org)
7fbdd51c3ec0.7b2973497dc14d8@guile.gnu.org
Hey John,

If you add `set fish_function_path $fish_function_path $HOME/.guix-profile/share/fish/functions` to your fish config it becomes available, seems to work for me
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 40587
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