guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: flare-game: Update to 1.13.


From: guix-commits
Subject: 03/05: gnu: flare-game: Update to 1.13.
Date: Mon, 7 Feb 2022 06:04:16 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 644be96305ba80e25c4a80cdbfe311cfe8df5f07
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 11:14:11 2022 +0100

    gnu: flare-game: Update to 1.13.
    
    * gnu/packages/games.scm (flare-game): Update to 1.13.
---
 gnu/packages/games.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index df846af067..528c8c9a6d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8939,7 +8939,7 @@ action RPGs.")
 (define-public flare-game
   (package
     (name "flare-game")
-    (version "1.12")
+    (version "1.13")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8948,7 +8948,7 @@ action RPGs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0h9i128kq6disppbrplkf13zdmsg4cq23nim53mgwpawc4mqz7ga"))))
+                "0l0d4j2l1szdwrk8casaiskdk16wkbmms7cid4y751d42czg4ffw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no test
@@ -8966,7 +8966,10 @@ action RPGs.")
                (with-directory-excursion mods
                  (symlink (string-append (assoc-ref inputs "flare-engine")
                                          "/share/flare/mods/default")
-                          "default")))
+                          "default")
+                 (symlink (string-append (assoc-ref inputs "flare-engine")
+                                         "/share/flare/mods/mods.txt")
+                          "mods.txt")))
              #t))
          (add-after 'install 'install-executable
            ;; The package only provides assets for the game, the



reply via email to

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