GNU bug report logs - #77131
[PATCH emacs-team 00/51] Some test fixes.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 20 Mar 2025 09:25:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #65 received at 77131 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 77131 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 16/51] gnu: emacs-lsp-metals: Disable tests.
Date: Thu, 20 Mar 2025 11:08:24 +0100
* gnu/packages/emacs-xyz.scm (emacs-lsp-metals)[arguments]{tests?}:
Disable them.
---
 gnu/packages/emacs-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 93547a8d2a..9602926da7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33510,6 +33510,8 @@ (define-public emacs-lsp-metals
                  (base32
                   "0whjz5vh9xf35nvr5an52d7qsf2ayr2pfwvr37qhz1rjg0rv2kzd"))))
       (build-system emacs-build-system)
+      (arguments
+       (list #:tests? #f))  ; Makefile but no tests.
       (propagated-inputs
        (list emacs-dap-mode emacs-lsp-treemacs emacs-scala-mode))
       (home-page "https://github.com/emacs-lsp/lsp-metals")
-- 
2.48.1





This bug report was last modified 56 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.