From 5fefc878420264002fa6d2609071eb980c95fc1e Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Mon, 16 Jun 2025 01:14:42 +0800 Subject: [PATCH] rosenthal: emacs-caddyfile-mode: Disable tests. * modules/rosenthal/packages/emacs-xyz.scm (emacs-caddyfile-mode)[#:tests?]: Disable. --- modules/rosenthal/packages/emacs-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/rosenthal/packages/emacs-xyz.scm b/modules/rosenthal/packages/emacs-xyz.scm index 9e3833a..ce3f2c1 100644 --- a/modules/rosenthal/packages/emacs-xyz.scm +++ b/modules/rosenthal/packages/emacs-xyz.scm @@ -27,6 +27,8 @@ (base32 "1s9kbav5wbyividn9zncd153h89nil0i9aj9hgxa95q9fy84r23w")))) (build-system emacs-build-system) + ;; No tests. + (arguments (list #:tests? #f)) (propagated-inputs (list emacs-loop)) (home-page "https://github.com/Schnouki/caddyfile-mode") (synopsis "Emacs major mode for editing Caddy configuration files")