[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#60369: [PATCH v3] gnu: Add eweouz.
From: |
Nicolas Goaziou |
Subject: |
bug#60369: [PATCH v3] gnu: Add eweouz. |
Date: |
Mon, 08 May 2023 19:24:20 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hello,
Simon Josefsson via Guix-patches via <guix-patches@gnu.org> 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.
> + (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 …)
Regards,
--
Nicolas Goaziou