mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: Add emacs-langtool.
* gnu/packages/emacs-xyz.scm (emacs-langtool): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
f55cc9cb0f
commit
74f5a0d8f2
1 changed files with 28 additions and 0 deletions
|
@ -24549,6 +24549,34 @@ the GIF result.")
|
|||
on-line service.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-langtool
|
||||
(package
|
||||
(name "emacs-langtool")
|
||||
(version "2.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/mhayashi1120/Emacs-langtool")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vzs3hkhmvdrbii1hmg87brddpjfmqfqykf7a2hnwmdbkihiwwk9"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #true
|
||||
#:test-command #~(list "make" "test")))
|
||||
(propagated-inputs (list emacs-popup))
|
||||
(home-page "https://github.com/mhayashi1120/Emacs-langtool")
|
||||
(synopsis "Emacs interface to LanguageTool")
|
||||
(description
|
||||
"Emacs Langtool offers a frontend to @url{https://languagetool.org,
|
||||
LanguageTool} server.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-lingva
|
||||
(let ((commit "6c33594068fa33de622172503deeec6778d9c744")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Add table
Reference in a new issue