jpoiret pushed a commit to branch core-updates
in repository guix.
commit 69739820194e4b87f671816ea7f00a16757ef5ae
Author: Josselin Poiret <[email protected]>
AuthorDate: Sun May 26 16:03:50 2024 +0200
gnu: glibc/fixed: Remove variable.
* gnu/packages/base.scm (glibc/fixed): Remove variable.
Change-Id: I7882976eecd63fe7ccbbaabfe63484d258c4a167
---
gnu/packages/base.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 5e295ef605..f950aa102f 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1066,15 +1066,6 @@ with the Linux kernel.")
(license lgpl2.0+)
(home-page "https://www.gnu.org/software/libc/")))
-(define glibc/fixed
- (package
- (inherit glibc)
- (source
- (origin (inherit (package-source glibc))
- (patches
- (append (search-patches "glibc-2.35-CVE-2023-4911.patch")
- (origin-patches (package-source glibc))))))))
-
;; Define a variation of glibc which uses the default /etc/ld.so.cache, useful
;; in FHS containers.
(define-public glibc-for-fhs