1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: emacs-youtube-dl: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-youtube-dl): Skip tests.
  [arguments]<test-command>: Set it.
  <tests?>: Ignore failing tests for now.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-04-27 16:52:55 +02:00 committed by Liliana Marie Prikler
parent c139c3737a
commit 2a275045a7
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -32255,7 +32255,9 @@ statistics with the help of @code{tokei}.")
(inputs
(list youtube-dl))
(arguments
`(#:phases
`(#:tests? #f ; Error : standard input is not a tty
#:test-command (list "make" "simulate")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'configure
(lambda* (#:key inputs #:allow-other-keys)