1
Fork 0
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:
Grigory Shepelev 2025-02-27 06:18:29 +03:00 committed by Ian Eure
parent 6ca7b07a25
commit 0afe31a136
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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")