GNU bug report logs - #77211
[PATCH] gnu: emacs-fpga: Skip tests.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sun, 23 Mar 2025 17:04:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77211 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#77211] [PATCH] gnu: emacs-fpga: Skip tests.
Date: Sun, 23 Mar 2025 18:02:44 +0100
* gnu/packages/emacs-xyz.scm (emacs-fpga)[arguments]: Add #:tests? #f.

Change-Id: I9df122d2d140add0f82dfe503a97a1c25ceab6db
---
 gnu/packages/emacs-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2e8270c667..776ed6666a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -42744,6 +42744,9 @@ (define-public emacs-fpga
          (sha256
           (base32 "0sl3s5bfqmicpg4hp2k6qznrgj71dx0lz3dv2jyd48ys67m9x4dx"))))
       (build-system emacs-build-system)
+      ;;there are no tests
+      (arguments
+       (list #:tests? #f))
       (home-page "https://github.com/gmlarumbe/fpga")
       (synopsis "Emacs fpga & asic utilities")
       (description

base-commit: 90d525e0cffeb7498e7b98bedbc9ae67814c06a2
-- 
2.49.0





This bug report was last modified 49 days ago.

Previous Next


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