gnu: mg: Find ncurses through pkg-config.

* gnu/packages/text-editors.scm (mg)[arguments]: Remove explicit
‘CURSES_LIBS=-lncurses’ setting from #:make-flags.
This commit is contained in:
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

View file

@ -260,7 +260,6 @@ (define-public mg
;; 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)