mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ToME4: Fix FTBFS with GCC 7.
* gnu/packages/games.scm (tome4)[arguments]: Preserve CPATH in 'set-sdl-paths' phase..
This commit is contained in:
parent
c1f4073ff5
commit
fa0d5854ef
1 changed files with 2 additions and 1 deletions
|
@ -4981,7 +4981,8 @@ (define-public tome4
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(setenv "CPATH"
|
||||
(string-append (assoc-ref inputs "sdl-union")
|
||||
"/include/SDL2"))
|
||||
"/include/SDL2:"
|
||||
(getenv "CPATH")))
|
||||
#t))
|
||||
(delete 'check)
|
||||
;; premake doesn't provide install target
|
||||
|
|
Loading…
Reference in a new issue