mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 @@ (define-public python-imagecodecs
|
|||
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 @@ (define-public python-imagecodecs
|
|||
zlib
|
||||
`(,zstd "lib")))
|
||||
(propagated-inputs
|
||||
;; For the Python library.
|
||||
(list python-numpy))
|
||||
(native-inputs
|
||||
;; For building.
|
||||
|
|
Loading…
Reference in a new issue