me
/
guix
Archived
1
0
Fork 0

gnu: python-imagecodecs: Disable sanity check.

* gnu/packages/python-xyz.scm (python-imagecodecs)[arguments]: Disable
sanity-check phase.
Marius Bakke 2022-01-11 01:30:09 +01:00
parent 5d9dbe0819
commit 96c214f505
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 2 deletions

View File

@ -7166,8 +7166,10 @@ def customize_build(EXTENSIONS, OPTIONS):
del EXTENSIONS['zfp']
del EXTENSIONS['zopfli']
OPTIONS['cythonize']
")))
#t)))))
")))))
;; XXX: The installed scripts import packages that depend on
;; this package; disable import check to avoid the cycle.
(delete 'sanity-check))))
(inputs
(list c-blosc
giflib
@ -7182,6 +7184,7 @@ def customize_build(EXTENSIONS, OPTIONS):
zlib
`(,zstd "lib")))
(propagated-inputs
;; For the Python library.
(list python-numpy))
(native-inputs
;; For building.