From a5656a4410ff8296c982aa562ac3386033dd95a4 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 29 Jan 2026 13:57:15 +0100 Subject: [PATCH] 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 --- 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)