summaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-11-23 13:49:48 +0100
committerAndreas Enge <andreas@enge.fr>2014-11-23 13:49:48 +0100
commitbc9812f15015400439e0142fdcfeead942c73050 (patch)
treef6945435dc62892e6c0a7318241dfcd943790547 /gnu/packages/gimp.scm
parent2acb8b272af9c5a0553e591a97df1f78c26ac164 (diff)
downloadguix-patches-bc9812f15015400439e0142fdcfeead942c73050.tar
guix-patches-bc9812f15015400439e0142fdcfeead942c73050.tar.gz
gnu: gegl: Disable tests.
* gnu/packages/gimp.scm (gegl): Disable tests since failures are apparently not taken care of in upstream releases.
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r--gnu/packages/gimp.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index aeedd23916..a0c18eac93 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -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 _