guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: ncurses: Really install headers to OUT/include.


From: Ludovic Courtès
Subject: 01/06: gnu: ncurses: Really install headers to OUT/include.
Date: Sun, 30 Aug 2015 17:10:07 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 409ba9a2cb924d7a5f67c7f0daf81c04663a016d
Author: Ludovic Courtès <address@hidden>
Date:   Sun Aug 30 13:53:43 2015 +0200

    gnu: ncurses: Really install headers to OUT/include.
    
    * gnu/packages/ncurses.scm (ncurses)[arguments]: Pass --enable-overwrite.
---
 gnu/packages/ncurses.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 52bc286..2b0d442 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -86,6 +86,7 @@
           ;; what users expect.
           ,(string-append "--includedir=" (assoc-ref %outputs "out")
                           "/include")
+          "--enable-overwrite"                    ;really honor --includedir
 
           ;; Make sure programs like 'tic', 'reset', and 'clear' have a
           ;; correct RUNPATH.



reply via email to

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