mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: flare-game: Update to 1.13.
* gnu/packages/games.scm (flare-game): Update to 1.13.
This commit is contained in:
parent
4d6b3322fb
commit
644be96305
1 changed files with 6 additions and 3 deletions
|
@ -8939,7 +8939,7 @@ (define-public flare-engine
|
||||||
(define-public flare-game
|
(define-public flare-game
|
||||||
(package
|
(package
|
||||||
(name "flare-game")
|
(name "flare-game")
|
||||||
(version "1.12")
|
(version "1.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -8948,7 +8948,7 @@ (define-public flare-game
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h9i128kq6disppbrplkf13zdmsg4cq23nim53mgwpawc4mqz7ga"))))
|
"0l0d4j2l1szdwrk8casaiskdk16wkbmms7cid4y751d42czg4ffw"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test
|
`(#:tests? #f ;no test
|
||||||
|
@ -8966,7 +8966,10 @@ (define-public flare-game
|
||||||
(with-directory-excursion mods
|
(with-directory-excursion mods
|
||||||
(symlink (string-append (assoc-ref inputs "flare-engine")
|
(symlink (string-append (assoc-ref inputs "flare-engine")
|
||||||
"/share/flare/mods/default")
|
"/share/flare/mods/default")
|
||||||
"default")))
|
"default")
|
||||||
|
(symlink (string-append (assoc-ref inputs "flare-engine")
|
||||||
|
"/share/flare/mods/mods.txt")
|
||||||
|
"mods.txt")))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'install 'install-executable
|
(add-after 'install 'install-executable
|
||||||
;; The package only provides assets for the game, the
|
;; The package only provides assets for the game, the
|
||||||
|
|
Loading…
Reference in a new issue