jgart wrote 2 years ago
(address . bug-guix@gnu.org)
hi,
just wanted to capture and report this bug.
when I call the following it blows up:
$ guix import crate swhkd -r
Backtrace:
5 (primitive-load "/home/jgart/.config/guix/current/bin/g…")
In guix/ui.scm:
2300:7 4 (run-guix . _)
2263:10 3 (run-guix-command _ . _)
In guix/scripts/import.scm:
89:11 2 (guix-import . _)
In guix/import/utils.scm:
638:27 1 (recursive-import "swhkd" #:repo->guix-package _ # _ # . #)
630:33 0 (lookup-node "swhkd" #f)
guix/import/utils.scm:630:33: In procedure lookup-node:
Wrong number of values returned to continuation (expected 2)
all best,
jgart