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 4fc81ad5bc fixup! fixup! gnu: bootstrap: %bootstrap-gcc: Also wrap g++.
4fc81ad5bc is described below

commit 4fc81ad5bc7d6c7fc48004066098a44de66d115b
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Nov 21 14:11:10 2024 +0200

    fixup! fixup! gnu: bootstrap: %bootstrap-gcc: Also wrap g++.
    
    ... honestly that's all on me. I should've tried building it at least
    once before pushing it
    
    Change-Id: I30b4b58d1c6d5e4eda9b439ba5c2723736e68548
---
 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 f02c2aba0c..37ffc50488 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -893,7 +893,7 @@ exec ~a/bin/~a -B~a/lib \
              (with-directory-excursion bindir
                (chmod "." #o755)
                (for-each wrap-program
-                         (if (target-hurd64?)
+                         (if ,(target-hurd64?)
                              '("gcc" "g++")
                              '("gcc")))))))))
     (inputs

Reply via email to