1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: emacs-org-gnosis: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-org-gnosis)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-23 11:37:29 +01:00
parent 8691623513
commit 678ab498f8
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -41113,6 +41113,7 @@ across all Org export back-ends.")
(sha256
(base32 "15r305lbci797nlh6m3xy1q0cwfz85x7k76adp71z8706n2w9j71"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs (list emacs-compat emacs-emacsql))
(home-page "https://thanosapollo.org/projects/org-gnosis/")
(synopsis "Roam-like note taking system.")