Hello I also encountered this recently. After checking source code of emacs and guix, I think this is because emacs is built without dependency: libxrender.So I customized the relevant packages for test, as follows: ```(define-public emacs-4me (package (inherit emacs) (name "emacs-4me") (
LGTM, Andrew WDYT?
--
jgart
Hi,
>> $ guix home switch-generation -- -1
>> guix home: error: -1: extraneous command
Indeed, the command-line parser seems incorrect and inconsistent with
the documentation.
The culprit seems the procedure ’parse-args’ from ’guix-home’ command
inside the module (guix scripts home).
Hum, I gue