guix-commits
[Top][All Lists]
Advanced

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

07/51: gnu: spice: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 07/51: gnu: spice: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 15:19:30 -0400 (EDT)

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

commit 2241cb6212549ca6fee96c11623736280c19aa5e
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:18 2021 +0200

    gnu: spice: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/spice.scm
    (spice-gtk)[inputs]: Add 'bash-minimal'.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: I86e832ca0151c462eb7ed8fe622d68e5ccc18ccb
---
 gnu/packages/spice.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index d0cef54c1d..4e3d554f28 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -194,7 +194,8 @@ which allows users to view a desktop computing 
environment.")
            python-six
            vala))
     (inputs
-     (list cyrus-sasl
+     (list bash-minimal
+           cyrus-sasl
            glib-networking
            gobject-introspection
            json-glib



reply via email to

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