gnu: emacs-khardel: Explicitly disable tests.

* gnu/packages/emacs-xyz.scm (emacs-khardel): Disable checks.

Change-Id: Ia115fea1326185ee77d33c0a558ecc46bce1a418
This commit is contained in:
Nicolas Goaziou 2025-03-22 14:42:56 +01:00
parent eed5e42b90
commit a1cbc4e0ab
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6969,7 +6969,8 @@ a command.")
(base32 "0gqijnmj24phryi6n74iq410k0637j0li1ncdymxhk3bdmp4mb40"))))
(build-system emacs-build-system)
(arguments
(list #:phases
(list #:tests? #false ;no tests
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-path
(lambda* (#:key inputs #:allow-other-keys)