diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-06-09 15:24:57 -0400 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-24 09:07:10 +0200 |
| commit | 06fb0e414fb08fa79030893b3b30c4e96171664e (patch) | |
| tree | eebbf72855dd0edb6a41c43ec82fac970ba3af70 /gnu/packages/games.scm | |
| parent | b96b576a7f4ffe197adc424420fdbc3669a69f93 (diff) | |
gnu: warzone2100: Unbundle libplum.
* gnu/packages/patches/warzone2100-unbundle-libs.patch: Adapt to use system libplum.
* gnu/packages/games.scm (warzone2100)[source]<snippet>: Delete
“3rdparty/libplum”.
[inputs]: Add libplum.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 46ceaaa8491..0098aac6b09 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -7420,6 +7420,7 @@ fighting over what remains.") | |||
| 7420 | "fmt" | 7420 | "fmt" |
| 7421 | "GameNetworkingSockets" | 7421 | "GameNetworkingSockets" |
| 7422 | "inih" | 7422 | "inih" |
| 7423 | "libplum" | ||
| 7423 | "re2" | 7424 | "re2" |
| 7424 | "readerwriterqueue" | 7425 | "readerwriterqueue" |
| 7425 | "SQLiteCpp" | 7426 | "SQLiteCpp" |
| @@ -7520,6 +7521,7 @@ fighting over what remains.") | |||
| 7520 | libinih | 7521 | libinih |
| 7521 | libjpeg-turbo | 7522 | libjpeg-turbo |
| 7522 | libogg | 7523 | libogg |
| 7524 | libplum | ||
| 7523 | libpng | 7525 | libpng |
| 7524 | libsodium | 7526 | libsodium |
| 7525 | libtheora | 7527 | libtheora |
