me
/
guix
Archived
1
0
Fork 0

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.
Nicolas Goaziou 2021-08-05 09:03:36 +02:00
parent 6f248b947f
commit 12aedf0015
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 9 additions and 10 deletions
gnu/packages

View File

@ -8374,8 +8374,7 @@ your score gets higher, you level up and the blocks fall faster.")
(("/usr/local") (assoc-ref outputs "out")))
;; Install game binary into %out/bin.
(substitute* "SConstruct"
(("games\"") "bin\""))
#t))
(("games\"") "bin\""))))
(add-before 'build 'use-gcc-ar
;; Use gcc-ar to support LTO.
(lambda _ (setenv "AR" "gcc-ar"))))))