1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pivy: Switch to pyproejct.

* gnu/packages/python-graphics.scm (python-pivy)[build-system]: Switch
to pyproject-build-system.

Fixes: guix/guix#4094
Change-Id: Ic177e9ad7029fe62cf22ad420e4a875ee4e9e859
This commit is contained in:
Sharlatan Hellseher
2026-04-01 21:27:21 +01:00
parent 1e099900b2
commit 1f683dbea3

View File

@@ -364,7 +364,7 @@ Design spec without sacrificing ease of use or application performance.")
(file-name (git-file-name name version))
(sha256
(base32 "0rjbhhxyrh0fszc0va7qmkv6ayf2s49ppnw31p51xmq63bx3n5wc"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list
;; The test suite fails due to an import cycle between 'pivy' and '_coin'