guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-hierarchy: Remove variable.


From: guix-commits
Subject: 02/02: gnu: emacs-hierarchy: Remove variable.
Date: Mon, 17 Oct 2022 13:55:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 81228a1f50b8734416072f471e71f24e6bac1ad4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 17 19:52:13 2022 +0200

    gnu: emacs-hierarchy: Remove variable.
    
    * gnu/packages/emacs-xyz.scm (emacs-hierarchy): Remove variable.
    
    Library was integrated into Emacs 28.1 and is developed there from now on.
    See <https://github.com/DamienCassou/hierarchy>.
---
 gnu/packages/emacs-xyz.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d396578f00..ad79d9bcc1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20295,31 +20295,6 @@ successive level is highlighted in a different color.  
This makes it easy to
 orient yourself in the code, and tell which statements are at a given level.")
       (license license:gpl3+))))
 
-(define-public emacs-hierarchy
-  (package
-    (name "emacs-hierarchy")
-    (version "0.7.0")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/DamienCassou/hierarchy";)
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
-    (build-system emacs-build-system)
-    (native-inputs
-     (list emacs-buttercup))
-    (arguments
-     `(#:tests? #t
-       #:test-command '("buttercup" "-L" ".")))
-    (home-page "https://github.com/DamienCassou/hierarchy";)
-    (synopsis "Library to create and display hierarchy structures")
-    (description "This package provides an Emacs library to create, query,
-navigate and display hierarchy structures.")
-    (license license:gpl3+)))
-
 (define-public emacs-tree-mode
   (let ((commit "b06078826d5875d74b0e7b7ac47b0d0917610534")
         (revision "1"))



reply via email to

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