mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-bootstrap-1.74.
* gnu/packages/rust.scm(rust-bootstrap-1.74): New variable. (rust-bootstrap): Rename to rust-bootstrap-1.54. (rust-1.55)[native-inputs]: Adjust accordingly. * gnu/packages/emacs-xyz.scm (emacs-flycheck-rust)[native-inputs]: Adjust accordingly. Change-Id: Id88e200015ed6ab246407e37eeb4159cb4df195d Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
14c3cb1341
commit
e4169eafef
2 changed files with 188 additions and 8 deletions
|
@ -10406,9 +10406,10 @@ errors.")
|
|||
(base32 "1fh6j5w2387nh2fwwjphkhq17cgj5m2q5k0fhidvgc2w65lzbr1r"))))
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-flycheck emacs-let-alist))
|
||||
(native-inputs (list emacs-buttercup
|
||||
rust-bootstrap
|
||||
`(,rust-bootstrap "cargo")))
|
||||
(native-inputs
|
||||
(list emacs-buttercup
|
||||
rust-bootstrap-1.54
|
||||
`(,rust-bootstrap-1.54 "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