diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-03-07 21:34:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-07 21:39:32 +0100 |
commit | 036ed3a8305ba0fb113666d52989cb4b009c5b72 (patch) | |
tree | f83c12c94e3a8383150a80ac05fb2bcc1d0612b0 /gnu | |
parent | 7c788ed2276957ea52858d80faeca2962cd26f8d (diff) | |
download | patches-036ed3a8305ba0fb113666d52989cb4b009c5b72.tar patches-036ed3a8305ba0fb113666d52989cb4b009c5b72.tar.gz |
gnu: glibc-2.26-patch: Remove unneeded 'replacement' field.
* gnu/packages/base.scm (glibc-2.26-patched): Remove unneeded
'replacement' field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/base.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 23107a823e..e91f7d43ef 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -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") |