GNU bug report logs -
#73646
[PATCH] emacs-alchemist: add alchemist-server output
Previous Next
Reported by: bigbookofbug <at> proton.me
Date: Sat, 5 Oct 2024 21:26:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73646: [PATCH] emacs-alchemist: add alchemist-server output
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73646 <at> debbugs.gnu.org.
--
73646: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73646
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
bigbookofbug--- via Guix-patches via <guix-patches <at> 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
[Message part 3 (message/rfc822, inline)]
From: emma thompson <bigbookofbug <at> proton.me>
---
gnu/packages/emacs-xyz.scm | 9 +++++++++
1 file changed, 9 insertions(+)
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"))))))))
(home-page "http://www.github.com/tonini/alchemist.el")
(synopsis "Elixir tooling integration into Emacs")
(description
base-commit: 002df8abd2f4d7c5d23febb1459b77c880345ca7
--
2.46.0
This bug report was last modified 277 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.