gnu: mps-youtube: Disable sanity check.
* gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.master
parent
2ac8a13a6a
commit
dd5851e088
|
@ -3842,7 +3842,11 @@ Content System specification.")
|
|||
;; 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
|
||||
|
|
Reference in New Issue