[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
- branch core-updates updated (78cb35793f -> 66b7d3b45b), guix-commits, 2023/10/20
- 03/13: gnu: akku: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 01/13: gnu: gnome: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 05/13: gnu: pinentry-rofi: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 04/13: gnu: signing-party: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 08/13: gnu: password-utils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 07/13: gnu: parcimonie: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 13/13: gnu: game-development: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 02/13: gnu: guix: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 09/13: gnu: mail: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 06/13: gnu: gpa: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 10/13: gnu: engineering: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 12/13: gnu: maths: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 11/13: gnu: messaging: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20