gnu: mg: Find ncurses through pkg-config.

* gnu/packages/text-editors.scm (mg)[arguments]: Remove explicit
‘CURSES_LIBS=-lncurses’ setting from #:make-flags.
master
Tobias Geerinckx-Rice 2018-04-26 18:59:02 +02:00
parent 1cc3e26b6a
commit 11edb2474c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 0 additions and 1 deletions

View File

@ -260,7 +260,6 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on
;; No test suite available.
'(#:tests? #f
#:make-flags (list (string-append "prefix=" %output)
"CURSES_LIBS=-lncurses"
"CC=gcc")
#:phases (modify-phases %standard-phases
(delete 'configure)