mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01: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:
parent
d3185f33cd
commit
283ecf51fc
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ (define-public rust-1.55
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue