diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-29 13:57:04 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:53 +0100 |
| commit | ed3032d896d858906e84e33d6b960b60bab2f618 (patch) | |
| tree | 2c7d7ccd7840505828179e29f0eaf3cc76e82a01 | |
| parent | b96170652f04fc864736aeb0318c14462c193c4e (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>
| -rw-r--r-- | gnu/packages/potassco.scm | 6 |
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."))) "-DCLINGO_USE_LIB=yes" #$flags)) ((#:imported-modules _ '()) - `(,@%cmake-build-system-modules - (guix build python-build-system))) + (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))) ((#:phases phases #~%standard-phases) #~(modify-phases #$phases |
