[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: corsix-th: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
02/08: gnu: corsix-th: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 00:54:03 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 8a98e152beabcbd71ed7b1a283e8d91086ff269e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 00:45:29 2023 -0400
gnu: corsix-th: Add bash-minimal to inputs.
* gnu/packages/games.scm (corsix-th)
[inputs]: Add bash-minimal.
Change-Id: Ibfd8ba272aabaad99e0391794c79b2e9a20864d7
---
gnu/packages/games.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 5a9973532b..01caa0b63f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1152,7 +1152,8 @@ allows users to brew while offline.")
#:tests? #f)) ; TODO need busted package to run tests
;; Omit Lua-Socket dependency to disable automatic updates.
(inputs
- (list ffmpeg
+ (list bash-minimal
+ ffmpeg
fluid-3
freetype
lua
- branch core-updates updated (a6a39b30fc -> 8662e177bd), guix-commits, 2023/10/20
- 01/08: gnu: gamine: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 05/08: gnu: lady: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 08/08: gnu: neverball: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 03/08: gnu: red-eclipse: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 02/08: gnu: corsix-th: Add bash-minimal to inputs.,
guix-commits <=
- 04/08: gnu: tuxpaint: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 06/08: gnu: xonotic: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 07/08: gnu: frozen-bubble: Add bash-minimal to inputs., guix-commits, 2023/10/20