summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/base.scm1
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")