diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-03-01 13:46:57 -0800 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-10 11:23:30 +0100 |
| commit | eb28ab95c19abbc854ecbf90e2fff1bafd04db35 (patch) | |
| tree | 8cd8be6c6c1f6f951827069917d0411362a3d491 | |
| parent | de8b977d4e62bca47f696f7f1debf69a3b9078d4 (diff) | |
gnu: vcmi: Update to 1.7.3.
* gnu/packages/games.scm (vcmi): Update to 1.7.3.
[native-inputs]: Add fmt.
[#:configure-flags]: Pass -DENABLE_DISCORD=OFF.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/games.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 637fb6db49d..85104541c5a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12968,7 +12968,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (define-public vcmi (package (name "vcmi") - (version "1.7.1") + (version "1.7.3") (source (origin (method git-fetch) (uri (git-reference @@ -12977,19 +12977,21 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (file-name (git-file-name name version)) (sha256 (base32 - "02i6y7idiigg3hl55fhl6pficx4849zvj5wwi29vsvwkwsx06hw7")) + "18rvq99kpnlncw2ndjgbwv5ria1ag3vvwmgmkwn4w3yj5dzp4z5k")) (patches (search-patches "vcmi-disable-privacy-breach.patch")))) (build-system cmake-build-system) (arguments (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF" "-DENABLE_INNOEXTRACT=OFF" - "-DENABLE_MMAI=OFF") + "-DENABLE_MMAI=OFF" + "-DENABLE_DISCORD=OFF") ;; Test suites do not seem well supported upstream and are disabled by default. ;; Pass -DENABLE_TEST to configure to enable. #:tests? #f)) (native-inputs (list boost-1.83 ffmpeg + fmt fuzzylite ;; googletest ; needed for tests, but tests are disabled libxkbcommon |
