1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: emacs-ob-racket: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-ob-racket): Skip tests.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Nicolas Graves 2025-05-27 01:05:18 +02:00 committed by Liliana Marie Prikler
parent 020aa3b543
commit c0c45a7e21
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -29366,6 +29366,8 @@ It follows DrRacket concepts where applicable.")
"0bqhxi1nikxwc0gyqsnxc7ya2s41vc06w39s24qz64kja8zqzzya"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
(list #:tests? #f)) ; No tests.
(home-page "https://github.com/hasu/emacs-ob-racket")
(synopsis "Org Babel support for Racket")
(description