From dd5851e0880f801ab425483196c30c94af762082 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 12 Dec 2021 13:49:04 +0100 Subject: gnu: mps-youtube: Disable sanity check. * gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases. --- gnu/packages/video.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 23128efc70..da8dab56b1 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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 -- cgit v1.2.3