GNU bug report logs - #49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.

Previous Next

Package: guix-patches;

Reported by: Maxime Devos <maximedevos <at> telenet.be>

Date: Fri, 2 Jul 2021 10:05:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #161 received at 49327 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: 49327 <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>
Subject: [PATCH core-updates 052/128] gnu: econnman: Add 'bash' input for
 'wrap-program'.
Date: Fri,  2 Jul 2021 12:06:58 +0200
It is required for cross-compilation.

* gnu/packages/connman.scm (econnman)[inputs]: Add 'bash-minimal'.
---
 gnu/packages/connman.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index 78204dbae7..3ab4ccb7ee 100644
--- a/gnu/packages/connman.scm
+++ b/gnu/packages/connman.scm
@@ -28,6 +28,7 @@
   #:use-module (guix utils)
   #:use-module (gnu packages)
   #:use-module (gnu packages admin)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages enlightenment)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages linux)
@@ -125,7 +126,8 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.")
                #t))))))
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("efl" ,efl)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("efl" ,efl)
        ("python" ,python-wrapper)
        ("python-dbus" ,python-dbus)
        ("python-efl" ,python-efl)))
-- 
2.32.0





This bug report was last modified 1 year and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.