summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-29 13:57:15 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:53 +0100
commita5656a4410ff8296c982aa562ac3386033dd95a4 (patch)
treef89f27d92d14e1f8e767de17a61498ab9d828113 /gnu
parent6eae30d6e6942a9228c82321c1b886115fad60a8 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/potassco.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index 3b21120136f..8227e356546 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)