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

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

Change-Id: I4d63f9c0d2c1b02f6e2d701fac9698c57a95223a
This commit is contained in:
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

View file

@ -6164,6 +6164,7 @@ (define-public gunicorn
,(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