mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: gegl: Disable tests.
* gnu/packages/gimp.scm (gegl): Disable tests since failures are apparently not taken care of in upstream releases.
This commit is contained in:
parent
2acb8b272a
commit
bc9812f150
1 changed files with 4 additions and 1 deletions
|
@ -74,7 +74,10 @@ (define-public gegl
|
||||||
"09nlv06li9nrn74ifpm7223mxpg0s7cii702z72cpbwrjh6nlbnz"))))
|
"09nlv06li9nrn74ifpm7223mxpg0s7cii702z72cpbwrjh6nlbnz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(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
|
(alist-cons-before
|
||||||
'build 'pre-build
|
'build 'pre-build
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue