diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-13 17:07:30 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-10-17 12:04:47 +0200 |
commit | 4a5760b672a20995dacf5eb1d4abe1dd1ebba25c (patch) | |
tree | dc5c4b9609bb632451cad339e82dc472a441fd67 /gnu/packages/python-compression.scm | |
parent | 31b9765584b137f07c10dc1e8af7015a849635a5 (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 3c1713f6f6..62e17ea544 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -1073,10 +1073,8 @@ provided.") (build-system pyproject-build-system) (arguments (list - ;; XXX: This is ugly. TODO python-team: - ;; Migrate pyproject to (json) instead of (guix build json). #:configure-flags - #~`(@ . (("--build-option" . "--dynamic-link-zstd"))))) + #~'(("--build-option" . "--dynamic-link-zstd")))) (inputs (list `(,zstd "lib"))) (native-inputs (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/Rogdham/pyzstd") |