[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch hurd-team updated: squash! squash! fixup! fixup! gnu: bootstrap:
From: |
guix-commits |
Subject: |
branch hurd-team updated: squash! squash! fixup! fixup! gnu: bootstrap: %bootstrap-gcc: Also wrap g++. |
Date: |
Thu, 21 Nov 2024 08:44:21 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim 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 f530621362 squash! squash! fixup! fixup! gnu: bootstrap:
%bootstrap-gcc: Also wrap g++.
f530621362 is described below
commit f530621362ad93692fcd40b76bbc51b5730a56a5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 21 15:40:24 2024 +0200
squash! squash! fixup! fixup! gnu: bootstrap: %bootstrap-gcc: Also wrap g++.
Pass a list to for-each.
Change-Id: I174d5d235388fed3fa2197c6609f067775a12a7f
---
gnu/packages/bootstrap.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 042c766078..49262b18e9 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -894,8 +894,8 @@ exec ~a/bin/~a -B~a/lib \
(chmod "." #o755)
(for-each wrap-program
,(if (target-hurd64?)
- '("gcc" "g++")
- '("gcc")))))))))
+ ''("gcc" "g++")
+ ''("gcc")))))))))
(inputs
`(("tar" ,(bootstrap-executable "tar" (%current-system)))
("xz" ,(bootstrap-executable "xz" (%current-system)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch hurd-team updated: squash! squash! fixup! fixup! gnu: bootstrap: %bootstrap-gcc: Also wrap g++.,
guix-commits <=