mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: corsix-th: Add bash-minimal to inputs.
* gnu/packages/games.scm (corsix-th) [inputs]: Add bash-minimal. Change-Id: Ibfd8ba272aabaad99e0391794c79b2e9a20864d7
This commit is contained in:
parent
acaffd6fe1
commit
587a5dddc1
1 changed files with 2 additions and 1 deletions
|
@ -1222,7 +1222,8 @@ (define-public corsix-th
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue