guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#73646] [PATCH] emacs-alchemist: add alchemist-server output


From: Nicolas Goaziou
Subject: [bug#73646] [PATCH] emacs-alchemist: add alchemist-server output
Date: Tue, 15 Oct 2024 09:20:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hello,

bigbookofbug--- via Guix-patches via <guix-patches@gnu.org> writes:

> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 09ac57a464..5567c38a3a 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -4046,6 +4046,15 @@ (define-public emacs-alchemist
>      (build-system emacs-build-system)
>      (propagated-inputs
>       (list emacs-elixir-mode emacs-dash emacs-company emacs-pkg-info))
> +    (arguments
> +     '(#:phases (modify-phases %standard-phases
> +                  (add-after 'install 'install-server
> +                    (lambda* (#:key outputs #:allow-other-keys)
> +                      (let* ((out (assoc-ref outputs "out"))
> +                             (server (string-append out 
> "/share/emacs/site-lisp/alchemist-1.8.2/alchemist-server")))
> +                        (mkdir-p server)
> +                        (copy-recursively "alchemist-server" server)
> +                        (delete-file-recursively (string-append server 
> "/test"))))))))

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou







reply via email to

[Prev in Thread] Current Thread [Next in Thread]