Nicolas Goaziou writes: > Hello, > > Simon Josefsson via Guix-patches via writes: >> Subject: [PATCH v3] gnu: Add eweouz. >> >> * gnu/packages/emacs-xyz.scm (eweouz): New variable. > > Changed name to emacs-ewouz in the commit message and applied your > patch. Thank you. Thank you! >> + (lambda* (#:key outputs #:allow-other-keys) >> + (emacs-substitute-sexps "eweouz.el" >> + ("eweouz-helper-dirs" >> + `(list ,(string-append (assoc-ref outputs "out") >> + "/libexec/eweouz")))))) > > Here, I used (lambda _ ...) and #$output instead of (assoc-ref …) Now I understood what you meant earlier, thanks for fixing that. /Simon