all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61330] [PATCH] gnu: Add emacs-langtool.
@ 2023-02-06 19:12 Cayetano Santos via Guix-patches via
  2023-02-07 14:17 ` bug#61330: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-02-06 19:12 UTC (permalink / raw)
  To: 61330; +Cc: Cayetano Santos

* gnu/packages/emacs-xyz.scm (emacs-langtool): New variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d30696c7be..4775f67162 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24549,6 +24549,33 @@ (define-public emacs-google-translate
 on-line service.")
     (license license:gpl3+)))
 
+(define-public emacs-langtool
+  (package
+    (name "emacs-langtool")
+    (version "2.3.1")
+    (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
+         "1li4zz5pmcgjsldc7azi1c92nag2yf1l1k60r0c1z0hkwdfalq0w"))))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:tests? #t
+       #:test-command '("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 LanguageTool
+(https://languagetool.org) server.")
+    (license license:gpl3+)))
+
 (define-public emacs-lingva
   (let ((commit "6c33594068fa33de622172503deeec6778d9c744")
         (revision "1"))

base-commit: a582d863465990642d331bc05bf073f47fb80908
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61330: [PATCH] gnu: Add emacs-langtool.
  2023-02-06 19:12 [bug#61330] [PATCH] gnu: Add emacs-langtool Cayetano Santos via Guix-patches via
@ 2023-02-07 14:17 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-02-07 14:17 UTC (permalink / raw)
  To: Cayetano Santos via Guix-patches via; +Cc: 61330-done, Cayetano Santos

Hello,

Cayetano Santos via Guix-patches via <guix-patches@gnu.org> writes:

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

Thank you.

> +(define-public emacs-langtool
> +  (package
> +    (name "emacs-langtool")
> +    (version "2.3.1")

I updated the package to 2.3.7 and applied your patch.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-07 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06 19:12 [bug#61330] [PATCH] gnu: Add emacs-langtool Cayetano Santos via Guix-patches via
2023-02-07 14:17 ` bug#61330: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.