~ruther/guix-local

40b0c9bd2b2f3f1342e72e2c3be3205c5484f00b — Nicolas Graves 7 months ago dd84b1a
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>
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/python-compression.scm
M gnu/packages/python-compression.scm => gnu/packages/python-compression.scm +1 -3
@@ 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")