guix-commits
[Top][All Lists]
Advanced

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

47/51: gnu: gunicorn: Add 'bash' input for 'wrap-program'.


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

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

commit 4dabdb507380d51ffa47a1383fd3d73b014cae67
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:13:20 2021 +0200

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9cde0c071a..b8170807fb 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5715,6 +5715,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
      (list binutils ;; for ctypes.util.find_library()
            python-aiohttp



reply via email to

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