gnu: endless-sky: Remove #t at the end of phase.
* gnu/packages/games.scm (endless-sky): Remove #t at the end of phase. Fix indentation.
parent
6f248b947f
commit
12aedf0015
|
@ -8374,8 +8374,7 @@ your score gets higher, you level up and the blocks fall faster.")
|
||||||
(("/usr/local") (assoc-ref outputs "out")))
|
(("/usr/local") (assoc-ref outputs "out")))
|
||||||
;; Install game binary into %out/bin.
|
;; Install game binary into %out/bin.
|
||||||
(substitute* "SConstruct"
|
(substitute* "SConstruct"
|
||||||
(("games\"") "bin\""))
|
(("games\"") "bin\""))))
|
||||||
#t))
|
|
||||||
(add-before 'build 'use-gcc-ar
|
(add-before 'build 'use-gcc-ar
|
||||||
;; Use gcc-ar to support LTO.
|
;; Use gcc-ar to support LTO.
|
||||||
(lambda _ (setenv "AR" "gcc-ar"))))))
|
(lambda _ (setenv "AR" "gcc-ar"))))))
|
||||||
|
|
Reference in New Issue