guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: mps-youtube: Disable sanity check.


From: guix-commits
Subject: 07/08: gnu: mps-youtube: Disable sanity check.
Date: Sun, 12 Dec 2021 17:29:01 -0500 (EST)

mbakke pushed a commit to branch core-updates-frozen
in repository guix.

commit dd5851e0880f801ab425483196c30c94af762082
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Dec 12 13:49:04 2021 +0100

    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(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 23128ef..da8dab5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]