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:
parent
c139c3737a
commit
2a275045a7
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue