gnu: python-imagecodecs: Disable sanity check.
* gnu/packages/python-xyz.scm (python-imagecodecs)[arguments]: Disable sanity-check phase.
This commit is contained in:
parent
5d9dbe0819
commit
96c214f505
1 changed files with 5 additions and 2 deletions
|
@ -7166,8 +7166,10 @@ def customize_build(EXTENSIONS, OPTIONS):
|
||||||
del EXTENSIONS['zfp']
|
del EXTENSIONS['zfp']
|
||||||
del EXTENSIONS['zopfli']
|
del EXTENSIONS['zopfli']
|
||||||
OPTIONS['cythonize']
|
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
|
(inputs
|
||||||
(list c-blosc
|
(list c-blosc
|
||||||
giflib
|
giflib
|
||||||
|
@ -7182,6 +7184,7 @@ def customize_build(EXTENSIONS, OPTIONS):
|
||||||
zlib
|
zlib
|
||||||
`(,zstd "lib")))
|
`(,zstd "lib")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
;; For the Python library.
|
||||||
(list python-numpy))
|
(list python-numpy))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For building.
|
;; For building.
|
||||||
|
|
Reference in a new issue