mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-reverso.
* gnu/packages/emacs-xyz.scm (emacs-reverso): New variable. Change-Id: I3b16a1c307d574d2bbff7daaee42a4964572ab00 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
e7b87dcde2
commit
022d33e1ea
1 changed files with 22 additions and 0 deletions
|
@ -4410,6 +4410,28 @@ directories or regex patterns.")
|
||||||
the @code{Dracula} theme for Emacs and the @code{Gloom} theme for Atom.")
|
the @code{Dracula} theme for Emacs and the @code{Gloom} theme for Atom.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public emacs-reverso
|
||||||
|
(let ((commit "d1b39da3c7df1541f98435f3172a7ff4f3123634")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-reverso")
|
||||||
|
(version (git-version "0.1.2" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/SqrtMinusOne/reverso.el")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1fpk5wyzlssfrm4jbsrflxvlfn80yh6y1nh63ml8barf1nypsx55"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs (list emacs-fedi emacs-request emacs-transient))
|
||||||
|
(home-page "https://github.com/SqrtMinusOne/reverso.el")
|
||||||
|
(synopsis "Translation, grammar checking, context search")
|
||||||
|
(description "Reverso is an emacs client for the reverso.net service.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-bbdb
|
(define-public emacs-bbdb
|
||||||
(package
|
(package
|
||||||
(name "emacs-bbdb")
|
(name "emacs-bbdb")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue