diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-09 10:30:49 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:31 +0100 |
| commit | 7839c3edd1443bf305ce68dfc8f8fe146b7b116d (patch) | |
| tree | 9225201b4ea873c75528bd38aab330313a8d9aca /gnu/packages | |
| parent | e1f0babdaca33c93570ad08e795ed2b071e24ef3 (diff) | |
gnu: libsavitar: Fix build with Python@3.12.
* gnu/packages/engineering.scm (libsavitar)
[native-inputs]: Add python-setuptools.
[inputs]: Relocate field.
Change-Id: If17b485f99c9dceb46ee4768f169ef8947e6bd48
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 97c85a5e0dd..ad2d103337a 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm | |||
| @@ -4491,8 +4491,6 @@ belongs to the Cura project from Ultimaker.") | |||
| 4491 | (sha256 | 4491 | (sha256 |
| 4492 | (base32 "1cq85x0xizsjwf9nl7v7x4i9vl335mgv2lda3q2c9fcwrndsc3wk")))) | 4492 | (base32 "1cq85x0xizsjwf9nl7v7x4i9vl335mgv2lda3q2c9fcwrndsc3wk")))) |
| 4493 | (build-system cmake-build-system) | 4493 | (build-system cmake-build-system) |
| 4494 | (inputs | ||
| 4495 | (list python python-sip-4)) | ||
| 4496 | (arguments | 4494 | (arguments |
| 4497 | `(#:tests? #f ; No test suite. | 4495 | `(#:tests? #f ; No test suite. |
| 4498 | #:phases | 4496 | #:phases |
| @@ -4509,6 +4507,8 @@ belongs to the Cura project from Ultimaker.") | |||
| 4509 | (string-append path " Python3_SITEARCH")) | 4507 | (string-append path " Python3_SITEARCH")) |
| 4510 | (("\\$\\{_process_output\\} Python3_SITELIB") | 4508 | (("\\$\\{_process_output\\} Python3_SITELIB") |
| 4511 | (string-append path " Python3_SITELIB"))))))))) | 4509 | (string-append path " Python3_SITELIB"))))))))) |
| 4510 | (inputs (list python python-sip-4)) | ||
| 4511 | (native-inputs (list python-setuptools)) | ||
| 4512 | (home-page "https://github.com/Ultimaker/libSavitar") | 4512 | (home-page "https://github.com/Ultimaker/libSavitar") |
| 4513 | (synopsis "C++ implementation of 3mf loading with SIP python bindings") | 4513 | (synopsis "C++ implementation of 3mf loading with SIP python bindings") |
| 4514 | (description "LibSavitar is a C++ implementation of 3mf loading with SIP | 4514 | (description "LibSavitar is a C++ implementation of 3mf loading with SIP |
