mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: mps-youtube: Disable sanity check.
* gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.
This commit is contained in:
parent
2ac8a13a6a
commit
dd5851e088
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue