guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add emacs-taxy-magit-section.


From: guix-commits
Subject: 01/03: gnu: Add emacs-taxy-magit-section.
Date: Mon, 11 Jul 2022 06:24:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2b4d43d1c359c5af0839321efaad9324aa4d6edd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 12:19:03 2022 +0200

    gnu: Add emacs-taxy-magit-section.
    
    * gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): 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 797a18c496..e613f02d55 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16613,6 +16613,29 @@ a hierarchical taxonomy.  Allows you to automatically 
put things in nested
 groups.")
     (license license:gpl3+)))
 
+(define-public emacs-taxy-magit-section
+  (package
+    (name "emacs-taxy-magit-section")
+    (version "0.9.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://elpa.gnu.org/packages/taxy-magit-section-"; version
+                    ".tar"))
+              (sha256
+               (base32
+                "0ybkz5nqjdrg2z9bfd07xg4k49hrl26vsrwz2vqpfbsqqg5vr4pr"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-magit emacs-taxy))
+    (home-page "https://github.com/alphapapa/taxy.el";)
+    (synopsis "View Taxy structs in a Magit Section buffer")
+    (description
+     "This library provides a way to view @code{taxy} structs in a 
column-based,
+@code{magit-section} buffer.  Columns are defined using simple top-level
+forms, and new columns may be easily defined by users in their
+configurations.")
+    (license license:gpl3+)))
+
 (define-public emacs-emojify
   (package
     (name "emacs-emojify")



reply via email to

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