summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-29 13:57:04 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:53 +0100
commited3032d896d858906e84e33d6b960b60bab2f618 (patch)
tree2c7d7ccd7840505828179e29f0eaf3cc76e82a01 /gnu
parentb96170652f04fc864736aeb0318c14462c193c4e (diff)
gnu: python-clingo: Switch to pyproject.
* gnu/packages/potassco.scm (python-clingo): [arguments]<#:imported-modules, #:modules>: Switch to pyproject-build-system. Change-Id: Id154c99b0920f55f85f6f9dbdd057148c5783f4f 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 566fb63b237..874a3a06725 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -438,11 +438,11 @@ Lua code.")))
438 "-DCLINGO_USE_LIB=yes" 438 "-DCLINGO_USE_LIB=yes"
439 #$flags)) 439 #$flags))
440 ((#:imported-modules _ '()) 440 ((#:imported-modules _ '())
441 `(,@%cmake-build-system-modules 441 (append %cmake-build-system-modules
442 (guix build python-build-system))) 442 %pyproject-build-system-modules))
443 ((#:modules _ '()) 443 ((#:modules _ '())
444 '((guix build cmake-build-system) 444 '((guix build cmake-build-system)
445 ((guix build python-build-system) #:prefix python:) 445 ((guix build pyproject-build-system) #:prefix python:)
446 (guix build utils))) 446 (guix build utils)))
447 ((#:phases phases #~%standard-phases) 447 ((#:phases phases #~%standard-phases)
448 #~(modify-phases #$phases 448 #~(modify-phases #$phases