emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#48522: closed ([PATCH] gnu: Add emacs-purescript-mode.)


From: GNU bug Tracking System
Subject: bug#48522: closed ([PATCH] gnu: Add emacs-purescript-mode.)
Date: Fri, 21 May 2021 15:57:01 +0000

Your message dated Fri, 21 May 2021 17:56:49 +0200
with message-id <87mtsow05a.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#48522] [PATCH] gnu: Add emacs-purescript-mode.
has caused the debbugs.gnu.org bug report #48522,
regarding [PATCH] gnu: Add emacs-purescript-mode.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48522: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48522
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-purescript-mode. Date: Wed, 19 May 2021 14:43:52 +0200
* gnu/packages/emacs-xyz.scm (emacs-purescript-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f85a44b51a..3af81b4d18 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6682,6 +6682,38 @@ linting of manifests and integration with Puppet 
Debugger.")
       ;; Also incorporates work covered by the Apache License, Version 2.0
       (license license:gpl3+))))
 
+(define-public emacs-purescript-mode
+  ;; Retrieved on 2021-05-18.
+  (let ((revision "0")
+        (commit "0acd1af446424ba855153161fe07a20f67dc0a89"))
+    (package
+      (name "emacs-purescript-mode")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/purescript-emacs/purescript-mode";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0rxdsmx8826az4blhnnvqrx7bjky9hwph6gkyrh33sck26xhh3g5"))))
+      (build-system emacs-build-system)
+      (arguments
+       `(#:phases
+         (modify-phases %standard-phases
+           (add-before 'install 'make-info
+             (lambda _
+               (invoke "makeinfo" "--no-split"
+                       "-o" "purescript-mode.info" 
"purescript-mode.texi")))))) 
+      (native-inputs
+       `(("texinfo" ,texinfo)))
+      (home-page "https://github.com/purescript-emacs/purescript-mode";)
+      (synopsis "Emacs major mode and related tools for Purescript")
+      (description "This package provides an Emacs major mode for writing 
Purescript.")
+      (license license:gpl3+))))
+
 (define-public emacs-god-mode
   (package
     (name "emacs-god-mode")

base-commit: 687adf00dd2583eef66bdec0a15b629281c30819
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48522] [PATCH] gnu: Add emacs-purescript-mode. Date: Fri, 21 May 2021 17:56:49 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-purescript-mode): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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