From 644be96305ba80e25c4a80cdbfe311cfe8df5f07 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 7 Feb 2022 11:14:11 +0100 Subject: 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(-) (limited to 'gnu/packages/games.scm') 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 -- cgit v1.2.3