guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: corsix-th: Add bash-minimal to inputs.


From: guix-commits
Subject: 02/08: gnu: corsix-th: Add bash-minimal to inputs.
Date: Fri, 20 Oct 2023 00:54:03 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 8a98e152beabcbd71ed7b1a283e8d91086ff269e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 00:45:29 2023 -0400

    gnu: corsix-th: Add bash-minimal to inputs.
    
    * gnu/packages/games.scm (corsix-th)
    [inputs]: Add bash-minimal.
    
    Change-Id: Ibfd8ba272aabaad99e0391794c79b2e9a20864d7
---
 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 5a9973532b..01caa0b63f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1152,7 +1152,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]