1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 19:50:30 +02:00

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

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)