guix-patches
[Top][All Lists]
Advanced

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

[bug#49327] [PATCH core-updates 040/128] gnu: networking: Add 'bash' inp


From: Maxime Devos
Subject: [bug#49327] [PATCH core-updates 040/128] gnu: networking: Add 'bash' input for 'wrap-program'.
Date: Fri, 2 Jul 2021 12:06:46 +0200

It is required for cross-compilation.

* gnu/packages/networking.scm
  (blueman)[inputs]: Add 'bash-minimal'.
  (opendht)[inputs]: Likewise.
---
 gnu/packages/networking.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bac692fbdd..a450078254 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -81,6 +81,7 @@
   #:use-module (gnu packages autogen)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages boost)
   #:use-module (gnu packages check)
@@ -707,7 +708,8 @@ systems with no further dependencies.")
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("bluez" ,bluez)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("bluez" ,bluez)
        ("dbus" ,dbus)
        ("gdkpixbuf" ,gdk-pixbuf+svg)
        ("glib" ,glib)
@@ -3545,7 +3547,8 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
     (outputs '("out" "tools" "debug"))
     (build-system cmake-build-system)
     (inputs
-     `(("argon2" ,argon2)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("argon2" ,argon2)
        ("nettle" ,nettle)
        ("readline" ,readline)
        ("jsoncpp" ,jsoncpp)
-- 
2.32.0






reply via email to

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