mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: mcomix: Disable tests.
* gnu/packages/image-viewers.scm (mcomix)[arguments]: Disable tests. Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30523>.
This commit is contained in:
parent
ab36fb17e6
commit
21169e3148
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
;;; Copyright © 2017 nee <nee-git@hidamari.blue>
|
;;; Copyright © 2017 nee <nee-git@hidamari.blue>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -416,6 +417,7 @@ (define-public mcomix
|
||||||
(arguments
|
(arguments
|
||||||
;; Python 2.5 or newer (Python 3 and up is not supported)
|
;; Python 2.5 or newer (Python 3 and up is not supported)
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
|
#:tests? #f ; there are no tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'configure
|
(add-after 'unpack 'configure
|
||||||
|
|
Loading…
Reference in a new issue