This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch hurd-team
in repository guix.
The following commit(s) were added to refs/heads/hurd-team by this push:
new 769a722977 squash! squash! squash! gnu: bootstrap: %bootstrap-gcc:
Also wrap g++.
769a722977 is described below
commit 769a72297785260a2e6636db309935763ba50c2e
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Thu Nov 21 09:30:57 2024 +0100
squash! squash! squash! gnu: bootstrap: %bootstrap-gcc: Also wrap g++.
Change-Id: Iafe2af0025544d5a3c2ce131930c9eb4918fad2f
---
gnu/packages/bootstrap.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index b1b573782f..f66cba3b19 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -866,7 +866,7 @@ $out/bin/guile --version~%"
(tarball (assoc-ref %build-inputs "tarball")))
(mkdir out)
- (copy-file tarball "binaries.tar.xz")
+ (copy-file tarball "binaries.tar.xz") ;avoid: more than one hard
link
(invoke xz "-d" "binaries.tar.xz")
(let ((builddir (getcwd))
(bindir (string-append out "/bin")))