diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-06-09 14:34:56 -0400 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-24 09:07:10 +0200 |
| commit | 5df0959c9670a02ca60a512a81ffcc31d7de3fca (patch) | |
| tree | 08d67ebe25938829b853ba8a75a518c93cf59f4e /gnu/packages/games.scm | |
| parent | 1184bd06d1e065035eb9de9151b2a4b2c3e79a59 (diff) | |
gnu: warzone2100: Unbundle sqlitecpp.
* gnu/packages/patches/warzone2100-unbundle-sqlitecpp.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/games.scm (warzone2100)[source]<patches>: Apply it.
<snippet> Delete “3rdparty/SQLiteCpp”.
[inputs]: Add sqlitecpp.
Change-Id: Ibe3948ffd20c3dc96bf49837c13cc0a4d67878d1
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/games.scm')
| -rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 73409bde791..e19319922d0 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -139,6 +139,7 @@ | |||
| 139 | #:use-module (gnu packages crypto) | 139 | #:use-module (gnu packages crypto) |
| 140 | #:use-module (gnu packages curl) | 140 | #:use-module (gnu packages curl) |
| 141 | #:use-module (gnu packages cyrus-sasl) | 141 | #:use-module (gnu packages cyrus-sasl) |
| 142 | #:use-module (gnu packages databases) | ||
| 142 | #:use-module (gnu packages dns) | 143 | #:use-module (gnu packages dns) |
| 143 | #:use-module (gnu packages docbook) | 144 | #:use-module (gnu packages docbook) |
| 144 | #:use-module (gnu packages documentation) | 145 | #:use-module (gnu packages documentation) |
| @@ -7420,6 +7421,7 @@ fighting over what remains.") | |||
| 7420 | "inih" | 7421 | "inih" |
| 7421 | "re2" | 7422 | "re2" |
| 7422 | "readerwriterqueue" | 7423 | "readerwriterqueue" |
| 7424 | "SQLiteCpp" | ||
| 7423 | "utf8proc" | 7425 | "utf8proc" |
| 7424 | "utfcpp"))) | 7426 | "utfcpp"))) |
| 7425 | (substitute* (list "src/stdinreader.cpp" | 7427 | (substitute* (list "src/stdinreader.cpp" |
| @@ -7429,6 +7431,7 @@ fighting over what remains.") | |||
| 7429 | (patches (search-patches "warzone2100-unbundle-basis-universal.patch" | 7431 | (patches (search-patches "warzone2100-unbundle-basis-universal.patch" |
| 7430 | "warzone2100-unbundle-libs.patch" | 7432 | "warzone2100-unbundle-libs.patch" |
| 7431 | "warzone2100-unbundle-inih.patch" | 7433 | "warzone2100-unbundle-inih.patch" |
| 7434 | "warzone2100-unbundle-sqlitecpp.patch" | ||
| 7432 | "warzone2100-unbundle-utfcpp.patch")) | 7435 | "warzone2100-unbundle-utfcpp.patch")) |
| 7433 | (sha256 | 7436 | (sha256 |
| 7434 | (base32 | 7437 | (base32 |
| @@ -7527,6 +7530,7 @@ fighting over what remains.") | |||
| 7527 | re2 | 7530 | re2 |
| 7528 | sdl3 | 7531 | sdl3 |
| 7529 | sqlite | 7532 | sqlite |
| 7533 | sqlitecpp | ||
| 7530 | utf8proc | 7534 | utf8proc |
| 7531 | utfcpp | 7535 | utfcpp |
| 7532 | vulkan-headers | 7536 | vulkan-headers |
