guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: game-development: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 13/13: gnu: game-development: Add 'bash' input for 'wrap-program'.
Date: Fri, 20 Oct 2023 11:27:38 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 66b7d3b45b482a37d4bf8f787ce82a7efbcdadca
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:06:25 2021 +0200

    gnu: game-development: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/game-development.scm
    (godot-lts)[inputs]: Add 'bash-minimal'.
    (godot)[inputs]: Likewise.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: Ie92d21eb3b788ce0eff68548e11a8952b77e0e7b
---
 gnu/packages/game-development.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 69b5380598..6e7e5a0985 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2021,6 +2021,7 @@ games.")
      (list pkg-config))
     (inputs
      (list alsa-lib
+           bash-minimal
            bullet
            freetype
            glew
@@ -2253,6 +2254,7 @@ scripted in a Python-like language.")
      (list pkg-config))
     (inputs
      (list alsa-lib
+           bash-minimal
            brotli
            dbus
            embree



reply via email to

[Prev in Thread] Current Thread [Next in Thread]