gnu: gegl: Disable tests.

* gnu/packages/gimp.scm (gegl): Disable tests since failures are apparently
    not taken care of in upstream releases.
master
Andreas Enge 2014-11-23 13:49:48 +01:00
parent 2acb8b272a
commit bc9812f150
1 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,10 @@ provided as well as the framework to add new color models and data types.")
"09nlv06li9nrn74ifpm7223mxpg0s7cii702z72cpbwrjh6nlbnz"))))
(build-system gnu-build-system)
(arguments
`(#:phases
`(;; More than just the one test disabled below now fails; disable them
;; all according to the rationale given below.
#:tests? #f
#:phases
(alist-cons-before
'build 'pre-build
(lambda _