guix-patches
[Top][All Lists]
Advanced

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

[bug#49327] [PATCH core-updates 124/128] gnu: gunicorn: Add 'bash' input


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

It is required for cross-compilation.

* gnu/packages/python-web.scm
  (gunicorn)[inputs]: Add 'bash-minimal'.
---
 gnu/packages/python-web.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b7fc487bb5..902ab6f7fd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -66,6 +66,7 @@
   #:use-module (guix utils)
   #:use-module (gnu packages)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
@@ -4773,6 +4774,8 @@ event loop.  It is implemented in Cython and uses libuv 
under the hood.")
                    ,(map (lambda (output)
                            (string-append output sitedir))
                          (list python out))))))))))
+    (inputs
+     `(("bash" ,bash-minimal))) ;; for wrap-program
     (native-inputs
      `(("binutils" ,binutils)  ;; for ctypes.util.find_library()
        ("python-aiohttp" ,python-aiohttp)
-- 
2.32.0






reply via email to

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