zimoun skribis:
> $ guix import elpa foo -r
> Backtrace:
> 4 (primitive-load "/home/simon/.config/guix/current/bin/guix")
> In guix/ui.scm:
> 2116:12 3 (run-guix-command _ . _)
> In guix/scripts/import.scm:
> 120:11 2 (guix-import . _)
> In guix/scripts/import/el
Hi,
The commit bea3b17739fc591b8cf6db1f8d28a6f6c9585577 changed a bit the
importers. However, even before this commit, the errors are incorrectly
reported for ’gnu’ and ’json’, without the --recursive option, e.g,
commit 23e2cd156f. And bea3b17739 does not change anything. This very
same backtr
Okay, this one was a tad difficult but I think I got it down. A problem was that
there were hacks in importers to circumvent this problem without actually
solving
it. I'm going to send in annotated patches soon.
--
Lulu
Dear,
Compare:
$ guix import elpa foo
guix import: error: failed to download package 'foo'
with:
$ guix import elpa foo -r
Backtrace:
4 (primitive-load "/home/simon/.config/guix/current/bin/guix")
In guix/ui.scm:
2116:12 3 (run-guix-command _ . _)
In guix/scripts/i