[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/20: gnu: mg: Find ncurses through pkg-config.
From: |
Tobias Geerinckx-Rice |
Subject: |
19/20: gnu: mg: Find ncurses through pkg-config. |
Date: |
Thu, 26 Apr 2018 15:09:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 11edb2474c96ceaf3286e9e7cac2aeaf27b5d729
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 26 18:59:02 2018 +0200
gnu: mg: Find ncurses through pkg-config.
* gnu/packages/text-editors.scm (mg)[arguments]: Remove explicit
‘CURSES_LIBS=-lncurses’ setting from #:make-flags.
---
gnu/packages/text-editors.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 1382e32..0e65394 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)
- 08/20: gnu: perl-class-inspector: Update to 1.32., (continued)
- 08/20: gnu: perl-class-inspector: Update to 1.32., Tobias Geerinckx-Rice, 2018/04/26
- 10/20: gnu: perl-file-sharedir-install: Update to 0.12., Tobias Geerinckx-Rice, 2018/04/26
- 02/20: gnu: perl-test-pod: Update to 1.52., Tobias Geerinckx-Rice, 2018/04/26
- 11/20: gnu: perl-mime-types: Update to 2.17., Tobias Geerinckx-Rice, 2018/04/26
- 13/20: gnu: perl-task-weaken: Update to 1.06., Tobias Geerinckx-Rice, 2018/04/26
- 14/20: gnu: perl-text-glob: Update to 0.11., Tobias Geerinckx-Rice, 2018/04/26
- 09/20: gnu: perl-devel-overloadinfo: Update to 0.005., Tobias Geerinckx-Rice, 2018/04/26
- 15/20: gnu: openvpn: Update to 2.4.6., Tobias Geerinckx-Rice, 2018/04/26
- 17/20: gnu: ghostwriter: Update to 1.6.2., Tobias Geerinckx-Rice, 2018/04/26
- 12/20: gnu: perl-module-find: Update to 0.13., Tobias Geerinckx-Rice, 2018/04/26
- 19/20: gnu: mg: Find ncurses through pkg-config.,
Tobias Geerinckx-Rice <=
- 16/20: gnu: youtube-viewer: Update to 3.3.4., Tobias Geerinckx-Rice, 2018/04/26
- 18/20: gnu: fio: Use INVOKE., Tobias Geerinckx-Rice, 2018/04/26
- 20/20: gnu: mg: Update to 20180408., Tobias Geerinckx-Rice, 2018/04/26