gnu: emacs-ivy-omni-org: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-ivy-omni-org)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 17:17:29 +01:00
parent 6364319bd9
commit 1cd7e27ac8
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -39335,6 +39335,7 @@ display of major and minor modes in the mode line.")
(base32
"1np1f51hc3phkl5w02a9a79gl38ra2d535i784fn4pqaasvm0rq8"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f))
(propagated-inputs
(list emacs-ivy emacs-dash))
(synopsis "Browse anything in Org mode")