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

gnu: emacs-desktop-environment: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-desktop-environment)[arguments]:
Add #:test? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-09 12:26:07 +01:00
parent 873c171a8f
commit 51a00530c8
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -29936,6 +29936,7 @@ autosuggestions with:
(base32
"0bslgm9rz7whk0ll21028dsl22wbd289cdc95qj8hhlk8m4hlp2h"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; missing tests
(home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
(synopsis "Control your GNU/Linux desktop environment from Emacs")
(description