gnu: surgescript: Update to 0.5.6.1.

* gnu/packages/game-development.scm (surgescript): Update to 0.5.6.1.
[arguments]: Drop #:configure-flags as the build script was fixed upstream.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Timotej Lazar 2022-11-05 13:18:59 +01:00 committed by Christopher Baines
parent f138035227
commit 3d1f64d747
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -780,7 +780,7 @@ (define-public sfxr
(define-public surgescript (define-public surgescript
(package (package
(name "surgescript") (name "surgescript")
(version "0.5.5") (version "0.5.6.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -789,15 +789,10 @@ (define-public surgescript
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0xwd4g7n0b0rxkpbyshkzyl472h1y606ghyvf8gv034n3jz2g4jk")))) (base32 "1p1pxb4iixzq7z14bpy32dx3dhfaaf6mcz4y3g3g09bkdmm1ys6j"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags (list #:tests? #f)) ; there are no tests
(let ((share (string-append (assoc-ref %outputs "out") "/share")))
(list "-DWANT_STATIC=NO"
(string-append "-DICON_PATH=" share "/pixmaps")
(string-append "-DMETAINFO_PATH=" share "/metainfo")))
#:tests? #f))
(home-page "https://docs.opensurge2d.org") (home-page "https://docs.opensurge2d.org")
(synopsis "Scripting language for games") (synopsis "Scripting language for games")
(description "@code{SurgeScript} is a dynamically typed object-oriented (description "@code{SurgeScript} is a dynamically typed object-oriented