From 283ecf51fc46d6164f3f3b998e8d4ff7b9ca86d2 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 11 Dec 2024 10:48:48 +0900 Subject: [PATCH] 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 --- 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 @@ (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