summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/ncurses.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 95ad57a10c..de7e6f6721 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -94,9 +94,6 @@
       `(#:configure-flags
         `("--with-shared" "--without-debug" "--enable-widec"
 
-          ;; Create a separate libtinfo.so, as many distributions do.
-          "--with-termlib"
-
           ;; By default headers land in an `ncursesw' subdir, which is not
           ;; what users expect.
           ,(string-append "--includedir=" (assoc-ref %outputs "out")