3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ToME4: Fix build failure.

* gnu/packages/games.scm (tome4)[arguments]: Do not assume CPATH is set.
This commit is contained in:
Marius Bakke 2020-04-03 18:26:47 +02:00
parent 18caa6f528
commit f27b1cf091
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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