gnu: imagemagick: Disable tests.
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Disable tests.
This commit is contained in:
parent
59929e9849
commit
e98e9f4e85
|
@ -52,6 +52,9 @@
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
|
||||
;; FIXME: The test suite succeeded before version 6.9.6-2.
|
||||
;; Try enabling it again with newer releases.
|
||||
#:tests? #f
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before
|
||||
'build 'pre-build
|
||||
|
|
Loading…
Reference in New Issue