me
/
guix
Archived
1
0
Fork 0

gnu: ToME4: Fix build failure.

* gnu/packages/games.scm (tome4)[arguments]: Do not assume CPATH is set.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -5413,7 +5413,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as
(setenv "CPATH" (setenv "CPATH"
(string-append (assoc-ref inputs "sdl-union") (string-append (assoc-ref inputs "sdl-union")
"/include/SDL2:" "/include/SDL2:"
(getenv "CPATH"))) (or (getenv "CPATH") "")))
#t)) #t))
(delete 'check) (delete 'check)
;; premake doesn't provide install target ;; premake doesn't provide install target