This is an automated email from the git hooks/post-receive script. ieure pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new db0f08afa1 gnu: emacs-fpga: Skip tests. db0f08afa1 is described below commit db0f08afa122ed9b9320142afbf49d43c10e5081 Author: Cayetano Santos <csant...@inventati.org> AuthorDate: Sun Mar 23 18:02:44 2025 +0100 gnu: emacs-fpga: Skip tests. * gnu/packages/emacs-xyz.scm (emacs-fpga)[arguments]: Add #:tests? #f. Change-Id: I9df122d2d140add0f82dfe503a97a1c25ceab6db Signed-off-by: Ian Eure <i...@retrospec.tv> --- 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 e0d57209a0..15e21fbb34 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -42883,6 +42883,9 @@ Emacs.") (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