[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: lady: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
05/08: gnu: lady: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 00:54:04 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit aaa416aaf70674892ad1dace95ec0a046e81c2af
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 00:49:07 2023 -0400
gnu: lady: Add bash-minimal to inputs.
* gnu/packages/games.scm (lady) [inputs]: Add bash-minimal.
Change-Id: I946e55da1399545e194be99d6d71ac7422560407
---
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 f56c406647..014ba4c60e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6094,7 +6094,8 @@ Linux / Mac OS X servers, and an auto mapper with a VT100
map display.")
"laby-use-tmpdir-from-runtime.patch"))))
(build-system glib-or-gtk-build-system)
(inputs
- (list gdk-pixbuf
+ (list bash-minimal
+ gdk-pixbuf
lablgtk3
(librsvg-for-system)
ocaml-lablgtk3-sourceview3
- 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 <=
- 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, 2023/10/20
- 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