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:
Morgan Smith 2025-04-07 16:07:46 -04:00 committed by Hilton Chain
parent 14c3cb1341
commit e4169eafef
No known key found for this signature in database
GPG key ID: ACC66D09CA528292
2 changed files with 188 additions and 8 deletions

View file

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