guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 11ddca8b0dba9feb69047747eee95ac03e5ac4ce
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 29 13:57:15 2026 +0100
gnu: python-clingcon: Switch to pyproject.
* gnu/packages/potassco.scm (python-clingcon):
[arguments]<#:imported-modules, #:modules>: Switch to
pyproject-build-system.
Change-Id: I5631ef318520191d37045ba3c55bf8becb864adf
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/potassco.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index 3b21120136..8227e35654 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -521,10 +521,10 @@ directly from the python command line.")))
(string-append "-DCMAKE_MODULE_PATH="
#$(this-package-native-input
"python-scikit-build")
"/lib/cmake/modules"))
- #:imported-modules `(,@%cmake-build-system-modules
- (guix build python-build-system))
+ #:imported-modules (append %cmake-build-system-modules
+ %pyproject-build-system-modules)
#:modules '((guix build cmake-build-system)
- ((guix build python-build-system) #:prefix python:)
+ ((guix build pyproject-build-system) #:prefix python:)
(guix build utils))
(substitute-keyword-arguments (package-arguments clingcon)
((#:phases phases)