mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gunicorn: Use pyproject-build-system.
* gnu/packages/python-web.scm (gunicorn)[build-system]: Use pyproject-build-system. Change-Id: I52c8ad0169cef33830b90b9ba243ced58d401eb4
This commit is contained in:
parent
f4f79861e6
commit
c1ad68d657
1 changed files with 1 additions and 1 deletions
|
@ -6114,7 +6114,7 @@ event loop. It is implemented in Cython and uses libuv under the hood.")
|
||||||
(base32
|
(base32
|
||||||
"1s7670qw36x90bgmazmgib170i5gnpyb2ypxzlla7y0mpasniag0"))))
|
"1s7670qw36x90bgmazmgib170i5gnpyb2ypxzlla7y0mpasniag0"))))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue