unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41866] [PATCH] gnu: Add emacs-flycheck-guile.
@ 2020-06-15  2:12 Andrew Whatson
  2020-06-15  7:08 ` bug#41866: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Whatson @ 2020-06-15  2:12 UTC (permalink / raw)
  To: 41866; +Cc: Andrew Whatson

 * 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





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

* bug#41866: [PATCH] gnu: Add emacs-flycheck-guile.
  2020-06-15  2:12 [bug#41866] [PATCH] gnu: Add emacs-flycheck-guile Andrew Whatson
@ 2020-06-15  7:08 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-06-15  7:08 UTC (permalink / raw)
  To: Andrew Whatson; +Cc: 41866-done

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




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

end of thread, other threads:[~2020-06-15  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15  2:12 [bug#41866] [PATCH] gnu: Add emacs-flycheck-guile Andrew Whatson
2020-06-15  7:08 ` bug#41866: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).