mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: kiki: Adjust for CPLUS_INCLUDE_PATH change.
* gnu/packages/games.scm (kiki)[arguments]: Prepend to CPLUS_INCLUDE_PATH instead of overriding it.
This commit is contained in:
parent
e59d958a9c
commit
7cf79d7a51
1 changed files with 2 additions and 1 deletions
|
@ -4525,7 +4525,8 @@ (define-public kiki
|
|||
(string-append (assoc-ref inputs "sdl-union")
|
||||
"/include/SDL:"
|
||||
(assoc-ref inputs "python")
|
||||
"/include/python2.7"))
|
||||
"/include/python2.7:"
|
||||
(or (getenv "CPLUS_INCLUDE_PATH") "")))
|
||||
(substitute* "src/main/main.cpp"
|
||||
(("#include <SDL.h>" line)
|
||||
(string-append line "
|
||||
|
|
Loading…
Reference in a new issue