Use upstream flycheck-guile package

This commit is contained in:
Andrew Whatson 2020-06-11 13:16:33 +10:00
parent f7431aa7c9
commit 9a8710f87e
3 changed files with 9 additions and 74 deletions

View file

@ -2,3 +2,8 @@
;;; lang/scheme/packages.el
(package! geiser :pin "0c86289d7b2af07e3653364219e00103c8540edf")
(when (featurep! :checkers syntax)
(package! flycheck-guile
:recipe (:host github :repo "flatwhatson/flycheck-guile")
:pin "f37b6143776d15b3e7907e7621f6f96f8b1aec48"))