1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

gnu: emacs-org-download: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-org-download)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler
2025-03-22 19:30:04 +01:00
parent ea29b133a8
commit 31bc9be713
+1
View File
@@ -35858,6 +35858,7 @@ and searching through @code{Ctags} files.")
(sha256
(base32 "0cg4y7hy7xbq4vrbdicfzgvyaf3cjbx2zkqd4yl0y2garz71j99l"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no actual tests
(propagated-inputs
(list emacs-org emacs-async))
(home-page "https://github.com/abo-abo/org-download")