diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-29 14:15:59 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:53 +0100 |
| commit | 8cafdb0ef136ea6e5b4921764f686e82266fd1fb (patch) | |
| tree | c381c48067c401499bf9259bbac58acfc2f09cb2 /gnu | |
| parent | 169e8b4e24247de565f73c1705a16d1008a5848e (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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/graphics.scm | 6 |
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.") | |||
| 1146 | (build-system cmake-build-system) | 1146 | (build-system cmake-build-system) |
| 1147 | (arguments | 1147 | (arguments |
| 1148 | (list | 1148 | (list |
| 1149 | #:imported-modules `((guix build python-build-system) | 1149 | #:imported-modules (append %cmake-build-system-modules |
| 1150 | ,@%cmake-build-system-modules) | 1150 | %pyproject-build-system-modules) |
| 1151 | #:modules '((guix build cmake-build-system) | 1151 | #:modules '((guix build cmake-build-system) |
| 1152 | (guix build utils) | 1152 | (guix build utils) |
| 1153 | ((guix build python-build-system) #:prefix python:)) | 1153 | ((guix build pyproject-build-system) #:prefix python:)) |
| 1154 | #:configure-flags | 1154 | #:configure-flags |
| 1155 | #~(list "-D2GEOM_BUILD_SHARED=ON" | 1155 | #~(list "-D2GEOM_BUILD_SHARED=ON" |
| 1156 | "-D2GEOM_BOOST_PYTHON=ON" | 1156 | "-D2GEOM_BOOST_PYTHON=ON" |
