apteryx pushed a commit to branch core-updates
in repository guix.
commit 4dabdb507380d51ffa47a1383fd3d73b014cae67
Author: Maxime Devos <[email protected]>
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 <[email protected]>
---
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