diff options
-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 |