help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newt and Guix pull failing


From: Ludovic Courtès
Subject: Re: Newt and Guix pull failing
Date: Sun, 21 Apr 2019 14:39:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello,

address@hidden skribis:

> I reference the newt module in this file of my channel
> https://git.sr.ht/~brettgilio/guix-system/tree/master/guile-modules/gscale/screen.scm
>
> However, when I `guix pull` it fails to build citing that there is no
> code available for that module. I have guile-newt installed system
> wide, and to my local profile manifest, but neither of those fix the
> issue.

When Guile and Guile-Newt are in the same profile, the GUILE_LOAD_PATH
and GUILE_LOAD_COMPILED_PATH are automatically set appropriately:

  guix environment -C --ad-hoc guile guile-newt -- guile -c '(use-modules 
(newt))'
  # success

So it looks like GUILE_LOAD_PATH may be unset or wrong in your case.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]