Message ID | 20220828144748.15575-15-maximedevos@telenet.be |
---|---|
State | Accepted |
Headers | show |
Series | Don't ask to run tests when cross-compiling. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
Hello Maxime, I pushed the series. Thanks, Mathieu
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7f451a8925..f744f04322 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2495,7 +2495,7 @@ (define-public yt-dlp "completions/zsh/_yt-dlp")))))) (arguments (substitute-keyword-arguments (package-arguments youtube-dl) - ((#:tests? _) #t) + ((#:tests? _) (not (%current-target-system))) ((#:phases phases) `(modify-phases ,phases ;; See the comment for the corresponding phase in youtube-dl.