Hey,

When I'm running 

guix home reconfigure file.scm -L ~/my-lib/lisp-machine/alacritty.scm

Where the file containing only:

(define-module (lisp-machine alacritty))
(use-modules 
 (srfi srfi-88))

Causes guix to attempt to build everything from source, which is
taking forever. I narrowed it down to specifically (srfi srfi-88).
Without it, guix home reconfigure works without issue. 

Any clue why this might be? I'm using srfi-88 for a DSL.

Sincerely,
Marc



Reply via email to