mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-26 04:00:30 +02:00
gnu: rust-1.55: Use minimal variant of python-wrapper.
This should help reduce the number of times rebuilding the rust bootstrap chain from scratch is needed when updating packages. * gnu/packages/rust.scm (rust-1.55) [native-inputs]: Replace python-wrapper with python-minimal-wrapper. Change-Id: I92c88192c75353b22f374d5c301776d2bcc6b1db Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
committed by
Efraim Flashner
parent
d3185f33cd
commit
283ecf51fc
@@ -536,7 +536,7 @@ ar = \"" binutils "/bin/ar" "\"
|
||||
suffix (,(string-append libc "/lib"))))))))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)
|
||||
("python" ,python-minimal-wrapper)
|
||||
("rustc-bootstrap" ,rust-bootstrap)
|
||||
("cargo-bootstrap" ,rust-bootstrap "cargo")))
|
||||
(inputs
|
||||
|
||||
Reference in New Issue
Block a user