gnu: vcmi: Update to 1.5.1.
* gnu/packages/games.scm (vcmi): Update to 1.5.1. [#:configure-flags]: Disable use of embedded innoextract.
This commit is contained in:
parent
888d526822
commit
94c8cec999
1 changed files with 3 additions and 3 deletions
|
@ -11467,7 +11467,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.")
|
||||||
(define-public vcmi
|
(define-public vcmi
|
||||||
(package
|
(package
|
||||||
(name "vcmi")
|
(name "vcmi")
|
||||||
(version "1.4.5")
|
(version "1.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -11476,11 +11476,11 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z4vy3drj6dra8rb243pyryr61jnlw3l7yxsxwl9rddv8cdk69lz"))
|
"1s3a23p9k081ccbkhvifx2rhg6rv82fkrsbjh6allmmsa1lhq6fd"))
|
||||||
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
|
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF")
|
(list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF" "-DENABLE_INNOEXTRACT=OFF")
|
||||||
;; Test suites do not seem well supported upstream and are disabled by default.
|
;; Test suites do not seem well supported upstream and are disabled by default.
|
||||||
;; Pass -DENABLE_TEST to configure to enable.
|
;; Pass -DENABLE_TEST to configure to enable.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
|
Reference in a new issue