mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ (define lib.so
|
|||
;; 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.
|
||||
|
|
Loading…
Reference in a new issue