guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]