guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-static: Adjust to changed input labels.


From: guix-commits
Subject: 01/02: gnu: guile-static: Adjust to changed input labels.
Date: Thu, 9 Mar 2023 08:19:38 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit b0f1728187fd512d8e71730a67cb1df65c04ccca
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 9 12:29:59 2023 +0100

    gnu: guile-static: Adjust to changed input labels.
    
    Fixes a regression introduce in
    d427ec403800dc5b0b69f3d7c259a7d62eb6c881.
    
    * gnu/packages/make-bootstrap.scm (make-guile-static): Replace "libgc",
    not "bdw-gc".
---
 gnu/packages/make-bootstrap.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 5a9f6f4267..354606e15d 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -610,7 +610,7 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
 
       (propagated-inputs
        (modify-inputs (package-propagated-inputs guile)
-         (replace "bdw-gc" libgc/static-libs)))
+         (replace "libgc" libgc/static-libs)))
       (arguments
        (substitute-keyword-arguments (package-arguments guile)
          ((#:configure-flags flags '())



reply via email to

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