summaryrefslogtreecommitdiff
path: root/gnu/packages/python-graphics.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-04-01 21:27:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-18 14:36:25 +0100
commit31f48df912a09b552196fb93aebf3b1629a5f183 (patch)
treeb29514a5f2ddfa932ca856fb4fdad6cf1a4362fe /gnu/packages/python-graphics.scm
parent75752474934b8b8ef2bd26aa4411b0573abae909 (diff)
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
Diffstat (limited to 'gnu/packages/python-graphics.scm')
-rw-r--r--gnu/packages/python-graphics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm
index 447fb9a42d..56cf56613b 100644
--- a/gnu/packages/python-graphics.scm
+++ b/gnu/packages/python-graphics.scm
@@ -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'