1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: Add emacs-wallabag.

* gnu/packages/emacs-xyz.scm (emacs-wallabag): New variable.

Change-Id: I51b9fba2cc59a2eb63c711d3c7b2d861eb43957f
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Cayetano Santos 2025-04-04 09:50:30 +02:00 committed by Ian Eure
parent 01ddd47a0b
commit b7bf6bad33
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -43081,6 +43081,31 @@ user interface. SEMI-EPG is a variant of SEMI, which features supports to
EasyPG and latest Emacs.")
(license license:gpl2+))))
(define-public emacs-wallabag
(let ((commit "071cf68d3b150c4ae20eef79e301c3ba96d312ab")
(revision "0"))
(package
(name "emacs-wallabag")
(version (git-version "1.1.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/chenyanming/wallabag.el/")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "17awlzmxw3l7l8882k89gj1wv3ssni9vfxhih6mrwcminns83drl"))))
(build-system emacs-build-system)
(arguments
'(#:tests? #f ;no tests
#:include (cons* "emojis.alist" %default-include)))
(propagated-inputs (list emacs-emacsql emacs-request emacs-s emacs-gptel))
(home-page "https://github.com/chenyanming/wallabag.el/")
(synopsis "Emacs interface to wallabag")
(description "This package manages articles from a wallabag instance.")
(license license:gpl3+))))
(define-public emacs-wanderlust
;; No release since Jan 15, 2010.
(let ((commit "891e223673c2c550efbe411885af860c909f0120")