guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: starfighter: Update to 1.7.


From: Kei Kebreau
Subject: 01/01: gnu: starfighter: Update to 1.7.
Date: Sat, 4 Mar 2017 22:30:12 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 9f86202ba1fda3f22ff5044420658e16b18edfd2
Author: Kei Kebreau <address@hidden>
Date:   Sat Mar 4 22:13:22 2017 -0500

    gnu: starfighter: Update to 1.7.
    
    * gnu/packages/games.scm (starfighter): Update to 1.7.
    [arguments]: Remove obsolete make flags. Re-enable configure and test
    phases.
---
 gnu/packages/games.scm | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7333cfc..550652e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2617,7 +2617,7 @@ tactics.")
 (define-public starfighter
   (package
     (name "starfighter")
-    (version "1.6")
+    (version "1.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2626,18 +2626,8 @@ tactics.")
                     name "-" version "-src.tar.gz"))
               (sha256
                (base32
-                "1qb5nk0b3d0ia5zszmg4a3ydf4fiy39fmymb66vwkqn4djajdhzq"))))
+                "1646hpjq8bz2fkfkja1dah511hn7zd2r7da4w9c9blhad3p5732v"))))
     (build-system gnu-build-system)
-    (arguments
-     '(#:tests? #f ; no check target
-       #:make-flags
-       (let ((out (assoc-ref %outputs "out")))
-         (list (string-append "PREFIX=" out)
-               (string-append "BINDIR=" out "/bin/")))
-       #:phases
-       (modify-phases %standard-phases
-         ;; no configure script
-         (delete 'configure))))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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