summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-29 14:15:59 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:53 +0100
commit8cafdb0ef136ea6e5b4921764f686e82266fd1fb (patch)
treec381c48067c401499bf9259bbac58acfc2f09cb2
parent169e8b4e24247de565f73c1705a16d1008a5848e (diff)
gnu: lib2geom: Switch to pyproject.
* gnu/packages/graphics.scm (lib2geom): [arguments]<#:imported-modules, #:modules>: Switch to pyproject-build-system. Change-Id: If624d8eaaadca2f2377b1dd5103eaaa761709c1b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/graphics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index ebe53cd3f5e..732213336f4 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1146,11 +1146,11 @@ exception-handling library.")
(build-system cmake-build-system)
(arguments
(list
- #:imported-modules `((guix build python-build-system)
- ,@%cmake-build-system-modules)
+ #:imported-modules (append %cmake-build-system-modules
+ %pyproject-build-system-modules)
#:modules '((guix build cmake-build-system)
(guix build utils)
- ((guix build python-build-system) #:prefix python:))
+ ((guix build pyproject-build-system) #:prefix python:))
#:configure-flags
#~(list "-D2GEOM_BUILD_SHARED=ON"
"-D2GEOM_BOOST_PYTHON=ON"