[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mcomix: Disable tests.
From: |
Ricardo Wurmus |
Subject: |
01/01: gnu: mcomix: Disable tests. |
Date: |
Mon, 19 Feb 2018 12:34:51 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 21169e314887700a5e8a9afe39baa4a07a109a36
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 19 18:33:19 2018 +0100
gnu: mcomix: Disable tests.
* gnu/packages/image-viewers.scm (mcomix)[arguments]: Disable tests.
Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30523>.
---
gnu/packages/image-viewers.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index f11c56b..ff34da9 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
;;; Copyright © 2017 nee <address@hidden>
;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -416,6 +417,7 @@ imaging. It supports several HDR and LDR image formats,
and it can:
(arguments
;; Python 2.5 or newer (Python 3 and up is not supported)
`(#:python ,python-2
+ #:tests? #f ; there are no tests
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'configure