GNU bug report logs -
#59492
[PATCH 1/2] gnu: Add emacs-inspector.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 22 Nov 2022 21:18:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 59492 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-treeview): New variable.
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eae2777e19..aff66c9a34 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -576,6 +576,28 @@ (define-public emacs-terminal-here
current buffer.")
(license license:gpl3+)))
+(define-public emacs-treeview
+ (let ((commit "d9c10feddf3b959e7b33ce83103e1f0a61162723")
+ (revision "0"))
+ (package
+ (name "emacs-treeview")
+ (version (git-version "1.1.1" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/tilmanrassy/emacs-treeview")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "14s0b6zbapsvgyxki59lglwb3s8wjsjwkgj5r66af9nj2bgz5ms9"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/tilmanrassy/emacs-treeview/")
+ (synopsis "Emacs Lisp framework for tree navigation")
+ (description
+ "Abstract Emacs Lisp framework for tree navigation.")
+ (license license:gpl3+))))
+
(define-public emacs-hgignore-mode
;; From 2021-03-14.
;; No releases available.
--
2.38.1
This bug report was last modified 2 years and 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.