efraim pushed a commit to branch rust-team
in repository guix.

commit c0cb93ebc5d78e6ec28aa114799788b346343f32
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Dec 11 10:48:48 2024 +0900

    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 <[email protected]>
---
 gnu/packages/rust.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 7d8d188b4a..d5da35b5af 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -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

Reply via email to