me
/
guix
Archived
1
0
Fork 0

gnu: glibc-2.26-patch: Remove unneeded 'replacement' field.

* gnu/packages/base.scm (glibc-2.26-patched): Remove unneeded
'replacement' field.
master
Ludovic Courtès 2018-03-07 21:34:18 +01:00
parent 7c788ed227
commit 036ed3a830
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 1 deletions

View File

@ -844,7 +844,6 @@ GLIBC/HURD for a Hurd host"
(define glibc-2.26-patched
(package
(inherit glibc)
(replacement #f)
(source (origin
(inherit (package-source glibc))
(patches (cons (search-patch "glibc-allow-kernel-2.6.32.patch")