emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41866: closed ([PATCH] gnu: Add emacs-flycheck-guile.)


From: GNU bug Tracking System
Subject: bug#41866: closed ([PATCH] gnu: Add emacs-flycheck-guile.)
Date: Mon, 15 Jun 2020 07:09:01 +0000

Your message dated Mon, 15 Jun 2020 09:08:33 +0200
with message-id <87d060dcwe.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#41866] [PATCH] gnu: Add emacs-flycheck-guile.
has caused the debbugs.gnu.org bug report #41866,
regarding [PATCH] gnu: Add emacs-flycheck-guile.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41866: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41866
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-flycheck-guile. Date: Mon, 15 Jun 2020 12:12:00 +1000
 * gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1973d73461..56ae83bbf7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23207,3 +23207,27 @@ easily.  Four pre-set options are: @samp{shell}, 
@samp{terminal},
 @samp{ansi-term}, and @samp{eshell}.  You can also set your custom shell if
 you use some other configuration.")
       (license license:gpl3+))))
+
+(define-public emacs-flycheck-guile
+  (package
+    (name "emacs-flycheck-guile")
+    (version "0.1.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://github.com/flatwhatson/flycheck-guile";)
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "163pnsh6r6bral1jg0vqri54g6hygws21vis0zci4114yb3fhkm1"))))
+    (propagated-inputs
+     `(("emacs-flycheck" ,emacs-flycheck)
+       ("emacs-geiser" ,emacs-geiser)))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/flatwhatson/flycheck-guile";)
+    (synopsis "GNU Guile support for Flycheck")
+    (description "This package provides a Flycheck checker for GNU Guile using
+@code{guild compile}.")
+    (license license:gpl3+)))
-- 
2.27.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#41866] [PATCH] gnu: Add emacs-flycheck-guile. Date: Mon, 15 Jun 2020 09:08:33 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Andrew Whatson <whatson@gmail.com> writes:

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

Out of habit, I moved the function elsewhere than the end of the file,
and pushed the changes. 

I also forgot to sign-off. Oops.

Thank you.

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]