me
/
guix
Archived
1
0
Fork 0

gnu: gunicorn: Use pyproject-build-system.

* gnu/packages/python-web.scm (gunicorn)[build-system]: Use
pyproject-build-system.

Change-Id: I52c8ad0169cef33830b90b9ba243ced58d401eb4
master
jgart 2024-07-16 01:49:10 -05:00
parent f4f79861e6
commit c1ad68d657
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 1 additions and 1 deletions

View File

@ -6114,7 +6114,7 @@ event loop. It is implemented in Cython and uses libuv under the hood.")
(base32
"1s7670qw36x90bgmazmgib170i5gnpyb2ypxzlla7y0mpasniag0"))))
(outputs '("out" "doc"))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases