mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
c1ad68d657
commit
07557fd149
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue