On Mon, 11 Sep 2017 14:12:34 +0200
l...@gnu.org (Ludovic Courtès) wrote:
> Hello!
>
> Christopher Baines skribis:
>
> > So I'm having some trouble using the Guile json module in a gexp.
> > I've added (with-imported-modules '((json)) ...), and the
>
Hello!
Christopher Baines skribis:
> So I'm having some trouble using the Guile json module in a gexp.
> I've added (with-imported-modules '((json)) ...), and the
> module-import-compiled builder crashes.
>
> Backtrace:
>4 (primitive-load "
Hey,
So I'm having some trouble using the Guile json module in a gexp.
I've added (with-imported-modules '((json)) ...), and the
module-import-compiled builder crashes.
Backtrace:
4 (primitive-load "/gnu/store/35zv0m9wwd2nz3agyywv09d3k5v?")
In srfi/srfi-1.sc
Catonano (2016-07-27 00:35 +0300) wrote:
> I'm trying this Guix project
> https://github.com/wordempire/guix/
>
> because I wanted to try Jelle's recursive npm importer
>
> but when I
> ./pre-inst-env guix import npm ciccio
>
> I get a backtrace and an error:
> ERROR: In procedure scm-error:
> ERR
software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.
Enter `,help' for help.
scheme@(guile-user)> %load-path
$1 = ("/home/catonano/guix" "/home/catonano/guix" "/usr/share/guile/2.0"
"/usr/share/guile/site/2.0" "/usr/share/guile/site" "/usr/share/guile")
scheme@(guile-user)>
why the offical Guix is ok with the json module and Jelle's Guix is not ?