1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: glibc@2.33: Fix build.

This fixes a regression introduced in 2a50c9598b.

* gnu/packages/base.scm (glibc-2.33): Inherit from ‘glibc’, not ‘glibc-2.35’.

Change-Id: I8ff44043c232ebefa900ace8cead4481882115c2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #7354
This commit is contained in:
Ludovic Courtès
2026-03-20 17:46:08 +01:00
parent 6468da288f
commit d940f695e4

View File

@@ -1315,7 +1315,7 @@ with the Linux kernel.")
(define-public glibc-2.33
(package
(inherit glibc-2.35)
(inherit glibc)
(name "glibc")
(version "2.33")
(source (origin