diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-20 00:45:29 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:28 +0200 |
commit | 587a5dddc14488578e221160d3c084043319b053 (patch) | |
tree | 959743fb3c225aea94e9ddbe8382709f8620b3d5 | |
parent | acaffd6fe16dad697962c9fb4bbdc7450b2653d3 (diff) | |
download | guix-587a5dddc14488578e221160d3c084043319b053.tar.gz guix-587a5dddc14488578e221160d3c084043319b053.zip |
gnu: corsix-th: Add bash-minimal to inputs.
* gnu/packages/games.scm (corsix-th)
[inputs]: Add bash-minimal.
Change-Id: Ibfd8ba272aabaad99e0391794c79b2e9a20864d7
-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 de30356125..4f61dead50 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1222,7 +1222,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 |