guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/47: gnu: commencement: glibc-final-with-bootstrap-bash: Use libc-for-


From: guix-commits
Subject: 33/47: gnu: commencement: glibc-final-with-bootstrap-bash: Use libc-for-target.
Date: Sat, 3 Jun 2023 07:23:42 -0400 (EDT)

janneke pushed a commit to branch wip-hurd
in repository guix.

commit 97e0c8b236f59b0f07b5eccb1775921e6d88a83a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jun 1 23:39:50 2023 +0200

    gnu: commencement: glibc-final-with-bootstrap-bash: Use libc-for-target.
    
    * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)[outputs,
    source, arguments]: Use (libc-for-target) instead of glibc.
---
 gnu/packages/commencement.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index e057975ba5..f5e791e00d 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2880,13 +2880,13 @@ memoized as a function of '%current-system'."
   (package
     (inherit (libc-for-target))
     (name "glibc-intermediate")
-    (outputs (delete "debug" (package-outputs glibc)))
-    (source (bootstrap-origin (package-source glibc)))
+    (outputs (delete "debug" (package-outputs (libc-for-target))))
+    (source (bootstrap-origin (package-source (libc-for-target))))
     (arguments
      `(#:guile ,%bootstrap-guile
        #:implicit-inputs? #f
 
-       ,@(substitute-keyword-arguments (package-arguments glibc)
+       ,@(substitute-keyword-arguments (package-arguments (libc-for-target))
            ((#:configure-flags flags)
             `(append (list ,(string-append "--host=" (boot-triplet))
                            ,(string-append "--build="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]