diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-20 00:49:07 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:28 +0200 |
commit | 8f7490738cf1a4078ac6c0731038d4df85f07c3a (patch) | |
tree | 57ae8cb1808cee0e71f807752abbb4c236cd1270 /gnu/packages/games.scm | |
parent | 60b9b465faea0500cec178873d851281d53beabc (diff) |
gnu: lady: Add bash-minimal to inputs.
* gnu/packages/games.scm (lady) [inputs]: Add bash-minimal.
Change-Id: I946e55da1399545e194be99d6d71ac7422560407
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index cd1dc2d3159..3f0e81772ab 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6234,7 +6234,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 |