1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: emacs-apel-lb: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-apel-lb)[arguments]: Add #:test? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-09 15:19:54 +01:00
parent 3ee4d9938e
commit c4b6ae165b
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -43474,6 +43474,7 @@ process via its IPC interface.")
(base32
"03yjg14rvcxn59wga4jvx28ii16bx5ym93fzfyssm67gqwgyb2gf"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(home-page "https://www.emacswiki.org/emacs/WanderLust")
(synopsis "Library for making portable Emacs Lisp programs")
(description