gnu: glibc/fixed: Remove variable.

* gnu/packages/base.scm (glibc/fixed): Remove variable.

Change-Id: I7882976eecd63fe7ccbbaabfe63484d258c4a167
This commit is contained in:
Josselin Poiret 2024-05-26 16:03:50 +02:00 committed by Ludovic Courtès
parent 5777444c39
commit 39ee286510
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1116,15 +1116,6 @@ (define (linker-script? file)
(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