mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-flycheck-rust: Add missing test inputs.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-rust)[native-inputs]: Add emacs-buttercup, rust-boostrap and rust-boostrap:cargo.
This commit is contained in:
parent
09b473dce9
commit
524af2798b
1 changed files with 3 additions and 0 deletions
|
@ -10347,6 +10347,9 @@ errors.")
|
|||
(base32 "1fh6j5w2387nh2fwwjphkhq17cgj5m2q5k0fhidvgc2w65lzbr1r"))))
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-flycheck emacs-let-alist))
|
||||
(native-inputs (list emacs-buttercup
|
||||
rust-bootstrap
|
||||
`(,rust-bootstrap "cargo")))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/flycheck/flycheck-rust")
|
||||
(synopsis "Rust/Cargo support for Flycheck")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue