mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
* gnu/packages/patches/warzone2100-unbundle-libs.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/games.scm (warzone2100) [version]: Update to 4.6.1. [source]<patches>: Add patch. [source]<snippet>: Delete unbundled libraries from source. [arguments]<configure-flags>: Use ninja backend, disable downloads, and disable the new, optional GNS backend in lieu of packaging it. Allow vulkan. [arguments]<phases>: Remove phase modifications, as they were either integrated into the patch or unnecessary. [native-inputs]: Remove asciidoc, as it is unused, and add unbundled basis-universal as well as shaderc for vulkan support. [inputs]: Remove unused libs and pull in packaged versions of unbundled libs. Use gnutls instead of openssl as it's only useful when it's the same tls backend curl uses. Add vulkan-headers for vulkan support. Closes: #2790 Change-Id: Ic06d2fd7e6b96da16fd64b70da0b1af3a6a65247 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>