diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-13 17:07:30 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:35 +0000 |
| commit | 40b0c9bd2b2f3f1342e72e2c3be3205c5484f00b (patch) | |
| tree | 242ca71f3a2a6a4ef1785e9924e88edfb9a46ced /gnu/packages/python-compression.scm | |
| parent | dd84b1ab9a36c93393a924a8c34058772d80e3cd (diff) | |
gnu: python-pyzstd: Migrate to (json).
* gnu/packages/python-compression.scm (python-pyzstd)[arguments]
<#:configure-flags>: Migrate syntax to (json).
Change-Id: I4da32b265c2a2f529b357e5bed1ad41e72b5cce7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index c02993ededb..19f8e2a0dac 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -1073,10 +1073,8 @@ provided.") | |||
| 1073 | (build-system pyproject-build-system) | 1073 | (build-system pyproject-build-system) |
| 1074 | (arguments | 1074 | (arguments |
| 1075 | (list | 1075 | (list |
| 1076 | ;; XXX: This is ugly. TODO python-team: | ||
| 1077 | ;; Migrate pyproject to (json) instead of (guix build json). | ||
| 1078 | #:configure-flags | 1076 | #:configure-flags |
| 1079 | #~`(@ . (("--build-option" . "--dynamic-link-zstd"))))) | 1077 | #~'(("--build-option" . "--dynamic-link-zstd")))) |
| 1080 | (inputs (list `(,zstd "lib"))) | 1078 | (inputs (list `(,zstd "lib"))) |
| 1081 | (native-inputs (list python-pytest python-setuptools python-wheel)) | 1079 | (native-inputs (list python-pytest python-setuptools python-wheel)) |
| 1082 | (home-page "https://github.com/Rogdham/pyzstd") | 1080 | (home-page "https://github.com/Rogdham/pyzstd") |
