mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: Add emacs-flycheck-deno
Change-Id: If447a3bb0135f959c907465fe12f26624fd150eb Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
6ca7b07a25
commit
0afe31a136
1 changed files with 24 additions and 0 deletions
|
@ -9728,6 +9728,30 @@ errors.")
|
|||
the current Cargo project.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-flycheck-deno
|
||||
(package
|
||||
(name "emacs-flycheck-deno")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/flycheck/flycheck-deno")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vvhzidnpzf25z5qn85zx7cpwaavd22vsds4q9y5mpmf8hi526l6"))))
|
||||
(propagated-inputs
|
||||
(list emacs-flycheck))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/flycheck/flycheck-deno")
|
||||
(synopsis "Deno support for Flycheck")
|
||||
(description
|
||||
"This Flycheck extension configures Flycheck automatically for
|
||||
the current Deno project.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-flycheck-package
|
||||
(package
|
||||
(name "emacs-flycheck-package")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue