GNU bug report logs - #78688
[PATCH 0/4 rust-team] rust bootstrap cleanup (use gexp)

Previous Next

Package: guix-patches;

Reported by: Morgan Smith <Morgan.J.Smith <at> outlook.com>

Date: Wed, 4 Jun 2025 02:06:02 UTC

Severity: normal

Tags: patch

Full log


Message #14 received at 78688 <at> debbugs.gnu.org (full text, mbox):

From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
To: 78688 <at> debbugs.gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH rust-team 3/3] gnu: rust-1.75: Ensure validate-runpath is run.
Date: Tue,  3 Jun 2025 22:13:23 -0400
* gnu/packages/rust.scm (rust-1.75): Strip out '#:validate-runpath?' as it is
set in the previous bootstrap rust.

Change-Id: I57cfc4ccebc575767b36ce273d32845e1cab3bbf
---
 gnu/packages/rust.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 7fbe4b0aa8..0049466ac2 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1091,7 +1091,9 @@ (define-public rust-1.75
          (patches '())))
       (arguments
        (if (supported-package? rust-bootstrap-1.74)
-           (substitute-keyword-arguments (package-arguments base-rust)
+           (substitute-keyword-arguments
+               (strip-keyword-arguments '(#:validate-runpath?)
+                                        (package-arguments base-rust))
              ((#:disallowed-references _ '())
               (list rust-bootstrap-1.74))
              ((#:phases phases)
-- 
2.49.0





This bug report was last modified 10 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.