guix-commits
[Top][All Lists]
Advanced

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

17/40: gnu: networking: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 17/40: gnu: networking: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 01:53:15 -0400 (EDT)

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

commit 6b8ebbf33b2c86b68d6ec1d2b0bac902db581c03
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:06:46 2021 +0200

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5b66ce29c3..92137f99f2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -969,7 +969,8 @@ systems with no further dependencies.")
            intltool
            pkg-config))
     (inputs
-     (list bluez
+     (list bash-minimal
+           bluez
            dbus
            (librsvg-for-system)
            glib



reply via email to

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