guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add emacs-poly-noweb.


From: guix-commits
Subject: 01/02: gnu: Add emacs-poly-noweb.
Date: Sat, 22 May 2021 01:15:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9860c4fdce5e73f24a584d7245d44b2b9129096b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 22 07:13:32 2021 +0200

    gnu: Add emacs-poly-noweb.
    
    * gnu/packages/emacs-xyz.scm (emacs-poly-noweb): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7656c32..cc843bf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14851,6 +14851,29 @@ literate programming tools for exporting, weaving and 
tangling.")
 files using the major mode corresponding to each block.")
     (license license:gpl3+)))
 
+(define-public emacs-poly-noweb
+  (package
+    (name "emacs-poly-noweb")
+    (version "0.2.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/polymode/poly-noweb";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1jl5h4nf10xd2gdlsxi6h2n3z5zh26ffcixn68xfp5q4zl34zk8p"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-polymode" ,emacs-polymode)))
+    (home-page "https://github.com/polymode/poly-noweb";)
+    (synopsis "Polymode for noweb")
+    (description
+     "This package provides @code{poly-noweb-mode}, a polymode for noweb
+files.")
+    (license license:gpl3+)))
+
 (define-public emacs-powershell
   ;; Tagged branch 0.1 is outdated (2015).
   (let ((revision "0")



reply via email to

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