diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-09 20:53:51 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-06-15 16:56:57 +0200 |
| commit | a822566563b35fd19b0787cbe4eba60141d55208 (patch) | |
| tree | 443ed47faf4c46958abe7531a732dfa903e21a6d /gnu | |
| parent | 58e08b9db74748b89b2efc4b779b28a1f47375e4 (diff) | |
gnu: emacs-hackernews: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-hackernews)[arguments]: Add #:test-command.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3bdb0c70e91..1664bab8bce 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -31832,6 +31832,7 @@ files) are provided.") (base32 "100aa0vs1gjwpkfdc7avwv5v3sicj2npqfr1y3dsib3pimp21l6w")))) (build-system emacs-build-system) + (arguments (list #:tests? #f)) ; no tests (home-page "https://github.com/clarete/hackernews.el") (synopsis "Hacker News client for Emacs") (description "The @command{hackernews} package is able to fetch stories |
