guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: glibc-2.33: Resurrect.


From: guix-commits
Subject: branch core-updates updated: gnu: glibc-2.33: Resurrect.
Date: Wed, 21 Feb 2024 16:07:12 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new e605a2e09f gnu: glibc-2.33: Resurrect.
e605a2e09f is described below

commit e605a2e09f8d77449192165838c331eebabebc06
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Feb 21 21:58:57 2024 +0100

    gnu: glibc-2.33: Resurrect.
    
    * gnu/packages/base.scm (glibc-2.33)[arguments]: Use arguments from 
glibc-2.35.
    
    Change-Id: I40856a121b8687fe822fd70039215da57568f244
---
 gnu/packages/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index e912180158..61ce32b4a3 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1152,7 +1152,7 @@ with the Linux kernel.")
                                   "glibc-hurd-clock_gettime_monotonic.patch")))
                              (origin-patches (package-source glibc-2.35)))))))
     (arguments
-     (substitute-keyword-arguments (package-arguments glibc)
+     (substitute-keyword-arguments (package-arguments glibc-2.35)
        ((#:configure-flags flags ''())
         ;; There are undefined references to pthread symbols while linking
         ;; 'support/links-dso-program.cc'.  Since this isn't needed here, turn



reply via email to

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