mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
1cc3e26b6a
commit
11edb2474c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue