~ruther/guix-local

c44fd4362eae7343a8df59294fbf3ce61d9417de — Sharlatan Hellseher a month ago 8fdd843
gnu: python-imagecodecs: Fix build.

* gnu/packages/python-xyz.scm (python-imagecodecs):
[inputs]: Remove python-blosc2; add c-blosc2.

Change-Id: I28487d0a93c8098620b68c5d46caf6d6f55ca108
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -3
@@ 12980,6 12980,7 @@ metrics.")
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 2023 passed, 7841 skipped, 200 deselected, 1626 xfailed, 4 warnings
      #:test-flags
      ;; Some of those tests are flaky.
      #~(list "-k" "not test_cms_identity_transforms")


@@ 13012,9 13013,10 @@ def customize_build(EXTENSIONS, OPTIONS):
            (lambda _
              (setenv "HOME" (getcwd)))))))
    (inputs
     (list c-blosc
     (list brotli
           c-blosc
           c-blosc2
           giflib
           brotli
           lcms
           libheif
           libjpeg-turbo


@@ 13023,7 13025,6 @@ def customize_build(EXTENSIONS, OPTIONS):
           libwebp
           lz4
           lzfse
           python-blosc2
           snappy
           xz
           zlib