summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-26 18:59:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-26 21:08:58 +0200
commit11edb2474c96ceaf3286e9e7cac2aeaf27b5d729 (patch)
treea4a658c200fd74afc278fd6ee63b3b5ab261042b /gnu/packages/text-editors.scm
parent1cc3e26b6aeb4acd406b7f57a436bf4c4b35aa93 (diff)
downloadguix-patches-11edb2474c96ceaf3286e9e7cac2aeaf27b5d729.tar
guix-patches-11edb2474c96ceaf3286e9e7cac2aeaf27b5d729.tar.gz
gnu: mg: Find ncurses through pkg-config.
* gnu/packages/text-editors.scm (mg)[arguments]: Remove explicit ‘CURSES_LIBS=-lncurses’ setting from #:make-flags.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r--gnu/packages/text-editors.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 1382e32c1d..0e6539436d 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -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)