diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-06-09 19:11:37 -0400 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-24 09:07:11 +0200 |
| commit | 3502ea96be503b4c7244734c759ef1ec71de0af9 (patch) | |
| tree | b378976f829919e8ce5bcac67970cb161f4bdf4b /gnu/packages/games.scm | |
| parent | 996434d0979eefddb59c1d9ca7945cbd7d6210de (diff) | |
gnu: warzone2100: Unbundle glm.
* gnu/packages/games.scm (warzone2100)[source]<snippet>: Delete “3rdparty/glm”.
[native-inputs]: Add glm.
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 2d3da197224..1f389e91631 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -7420,6 +7420,7 @@ fighting over what remains.") | |||
| 7420 | "expected" | 7420 | "expected" |
| 7421 | "fmt" | 7421 | "fmt" |
| 7422 | "GameNetworkingSockets" | 7422 | "GameNetworkingSockets" |
| 7423 | "glm" | ||
| 7423 | "inih" | 7424 | "inih" |
| 7424 | "launchinfo" | 7425 | "launchinfo" |
| 7425 | "libplum" | 7426 | "libplum" |
| @@ -7506,6 +7507,7 @@ fighting over what remains.") | |||
| 7506 | (list basis-universal | 7507 | (list basis-universal |
| 7507 | date | 7508 | date |
| 7508 | gettext-minimal | 7509 | gettext-minimal |
| 7510 | glm | ||
| 7509 | ninja | 7511 | ninja |
| 7510 | p7zip | 7512 | p7zip |
| 7511 | pkg-config | 7513 | pkg-config |
