guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: endless-sky: Remove #t at the end of phase.


From: guix-commits
Subject: 04/04: gnu: endless-sky: Remove #t at the end of phase.
Date: Thu, 5 Aug 2021 03:04:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 12aedf001533aaf96e0bc3afb69e1229793dcef0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 5 09:03:36 2021 +0200

    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.
---
 gnu/packages/games.scm | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a3ba024..695bcb3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8353,14 +8353,14 @@ your score gets higher, you level up and the blocks 
fall faster.")
     (name "endless-sky")
     (version "0.9.14")
     (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://github.com/endless-sky/endless-sky";)
-               (commit (string-append "v" version))))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32 "12iganf8dxiyrjznnabsarxjsr0h717j3k4mz15p0k67wxyahhmf"))))
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/endless-sky/endless-sky";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "12iganf8dxiyrjznnabsarxjsr0h717j3k4mz15p0k67wxyahhmf"))))
     (build-system scons-build-system)
     (arguments
      `(#:scons ,scons-python2
@@ -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"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]