me
/
guix
Archived
1
0
Fork 0

gnu: gunicorn: Add bash-minimal to satisfy linter.

* gnu/packages/python-web.scm (gunicorn)[inputs]: Add bash-minimal.

Change-Id: I4d63f9c0d2c1b02f6e2d701fac9698c57a95223a
master
jgart 2024-07-16 01:50:15 -05:00
parent c1ad68d657
commit 07557fd149
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 1 additions and 0 deletions

View File

@ -6164,6 +6164,7 @@ event loop. It is implemented in Cython and uses libuv under the hood.")
,(map (lambda (output)
(string-append output sitedir))
(list python out))))))))))
(inputs (list bash-minimal))
(native-inputs
(list binutils ;; for ctypes.util.find_library()
python-aiohttp