diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-06-09 14:30:02 -0400 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-24 09:07:10 +0200 |
| commit | 1184bd06d1e065035eb9de9151b2a4b2c3e79a59 (patch) | |
| tree | 74051f6f1c67bdbd51f058c51f5557f2e8ec12c2 /gnu/packages | |
| parent | 52d8f9f103a38fc78613f5f1b20064d2198dbb01 (diff) | |
gnu: warzone2100: Unbundle readerwriterqueue.
* gnu/packages/games.scm (warzone2100)[source]<snippet>: Delete
“3rdparty/readerwriterqueue”. Adjust references to headers accordingly.
[native-inputs]: Add readerwriterqueue.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/games.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c7a6674a67d..73409bde791 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -7419,8 +7419,13 @@ fighting over what remains.") | |||
| 7419 | "GameNetworkingSockets" | 7419 | "GameNetworkingSockets" |
| 7420 | "inih" | 7420 | "inih" |
| 7421 | "re2" | 7421 | "re2" |
| 7422 | "readerwriterqueue" | ||
| 7422 | "utf8proc" | 7423 | "utf8proc" |
| 7423 | "utfcpp"))))) | 7424 | "utfcpp"))) |
| 7425 | (substitute* (list "src/stdinreader.cpp" | ||
| 7426 | "lib/netplay/netreplay.cpp") | ||
| 7427 | ;; Trivially unbundles readerwriterqueue. | ||
| 7428 | (("3rdparty/(readerwriterqueue)" _ f) f)))) | ||
| 7424 | (patches (search-patches "warzone2100-unbundle-basis-universal.patch" | 7429 | (patches (search-patches "warzone2100-unbundle-basis-universal.patch" |
| 7425 | "warzone2100-unbundle-libs.patch" | 7430 | "warzone2100-unbundle-libs.patch" |
| 7426 | "warzone2100-unbundle-inih.patch" | 7431 | "warzone2100-unbundle-inih.patch" |
| @@ -7493,6 +7498,7 @@ fighting over what remains.") | |||
| 7493 | ninja | 7498 | ninja |
| 7494 | p7zip | 7499 | p7zip |
| 7495 | pkg-config | 7500 | pkg-config |
| 7501 | readerwriterqueue | ||
| 7496 | ruby-asciidoctor/minimal | 7502 | ruby-asciidoctor/minimal |
| 7497 | shaderc)) | 7503 | shaderc)) |
| 7498 | (inputs | 7504 | (inputs |
