guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3502ea96be503b4c7244734c759ef1ec71de0af9
Author: bdunahu <[email protected]>
AuthorDate: Tue Jun 9 19:11:37 2026 -0400

    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 <[email protected]>
---
 gnu/packages/games.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2d3da19722..1f389e9163 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7420,6 +7420,7 @@ fighting over what remains.")
                                "expected"
                                "fmt"
                                "GameNetworkingSockets"
+                               "glm"
                                "inih"
                                "launchinfo"
                                "libplum"
@@ -7506,6 +7507,7 @@ fighting over what remains.")
      (list basis-universal
            date
            gettext-minimal
+           glm
            ninja
            p7zip
            pkg-config

Reply via email to