mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: Add emacs-eslint-flymake.
* gnu/packages/emacs-xyz.scm (emacs-eslint-flymake): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Icc17900bdbb9ebe26c9678f2f5781bf50b54d402
This commit is contained in:
parent
b1fed4ca56
commit
166625ec0d
1 changed files with 22 additions and 0 deletions
|
|
@ -7430,6 +7430,28 @@ whose goal is to provide colorful yet legible options for users who want
|
|||
something with a bit more flair than the Modus themes.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-eslint-flymake
|
||||
(let ((commit "c78246330ee3ac1e0e07a709473d98a113d268e5")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-eslint-flymake")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacs-pe/eslint-flymake")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "19h95k57hrsysmvqzillzfn6wcinvcidv14fvbaqxgigwfwj0jnw"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-flymake))
|
||||
(home-page "https://github.com/emacs-pe/eslint-flymake")
|
||||
(synopsis "ESLint backend for Flymake")
|
||||
(description
|
||||
"This package lets Flymake run ESLint on the current buffer.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-espuds
|
||||
(package
|
||||
(name "emacs-espuds")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue