GNU bug report logs -
#53622
[PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.
Previous Next
Reported by: pinoaffe <pinoaffe <at> gmail.com>
Date: Sat, 29 Jan 2022 13:46:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-enlive): 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 84588ab89e..ec6d3815e8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -708,6 +708,28 @@ (define-public emacs-all-the-icons-ibuffer
"Uses @code{emacs-all-the-icons} to display icons in ibuffer buffers.")
(license license:gpl3)))
+(define-public emacs-enlive
+ (package
+ (name "emacs-enlive")
+ (version "0.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/zweifisch/enlive")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "08j6b79vy8ry4ad1abk3hvxjbb4ylrhkvrbrnq1gcikl4h1p2v63"))))
+ (build-system emacs-build-system)
+ (home-page "http://github.com/zweifisch/enlive")
+ (synopsis "query html document with css selectors")
+ (description
+ "A library that allows the user to query HTML documents from within Elisp
+using a DSL similar to CSS selectors.")
+ (license license:gpl3+)))
+
(define-public emacs-project
(package
(name "emacs-project")
--
2.34.0
This bug report was last modified 3 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.