[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
- 33/51: gnu: icedove: Add 'bash' input for 'wrap-program'., (continued)
- 33/51: gnu: icedove: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 35/51: gnu: xdot: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 39/51: gnu: raincat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 50/51: gnu: rednotebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 27/51: gnu: julia: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 49/51: gnu: gnuradio: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 30/51: gnu: gnome-shell-extension-gsconnect: Add 'bash' input., guix-commits, 2023/10/21
- 36/51: gnu: groff: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 40/51: gnu: itk-snap: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 41/51: gnu: mypaint: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 47/51: gnu: gunicorn: Add 'bash' input for 'wrap-program'.,
guix-commits <=