1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Nicolas Graves
2025-09-13 17:07:30 +02:00
committed by Sharlatan Hellseher
parent dd84b1ab9a
commit 40b0c9bd2b

View File

@@ -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")