gnu: mps-youtube: Disable sanity check.

* gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.
This commit is contained in:
Marius Bakke 2021-12-12 13:49:04 +01:00
parent 2ac8a13a6a
commit dd5851e088
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3842,7 +3842,11 @@ (define-public mps-youtube
;; test suite results differ depending on the country and also introduce
;; non-determinism in the tests.
;; https://github.com/mps-youtube/mps-youtube/issues/556
`(#:tests? #f))
'(#:tests? #f
#:phases (modify-phases %standard-phases
;; Loading this as a library will create cache directories,
;; etc; which fails in the build container.
(delete 'sanity-check))))
(propagated-inputs
`(("python-pafy" ,python-pafy)
("python-pygobject" ,python-pygobject))) ; For mpris2 support