gnu: ToME4: Fix build failure.
* gnu/packages/games.scm (tome4)[arguments]: Do not assume CPATH is set.master
parent
18caa6f528
commit
f27b1cf091
|
@ -5413,7 +5413,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as
|
|||
(setenv "CPATH"
|
||||
(string-append (assoc-ref inputs "sdl-union")
|
||||
"/include/SDL2:"
|
||||
(getenv "CPATH")))
|
||||
(or (getenv "CPATH") "")))
|
||||
#t))
|
||||
(delete 'check)
|
||||
;; premake doesn't provide install target
|
||||
|
|
Reference in New Issue