gnu: ncurses: Really install headers to OUT/include.
* gnu/packages/ncurses.scm (ncurses)[arguments]: Pass --enable-overwrite.
This commit is contained in:
parent
96c4621056
commit
409ba9a2cb
|
@ -86,6 +86,7 @@
|
||||||
;; what users expect.
|
;; what users expect.
|
||||||
,(string-append "--includedir=" (assoc-ref %outputs "out")
|
,(string-append "--includedir=" (assoc-ref %outputs "out")
|
||||||
"/include")
|
"/include")
|
||||||
|
"--enable-overwrite" ;really honor --includedir
|
||||||
|
|
||||||
;; Make sure programs like 'tic', 'reset', and 'clear' have a
|
;; Make sure programs like 'tic', 'reset', and 'clear' have a
|
||||||
;; correct RUNPATH.
|
;; correct RUNPATH.
|
||||||
|
|
Loading…
Reference in New Issue