1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: emacs-fpga: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-fpga)[arguments]: Add #:tests? #f.

Change-Id: I9df122d2d140add0f82dfe503a97a1c25ceab6db
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Cayetano Santos 2025-03-23 18:02:44 +01:00 committed by Ian Eure
parent 4067f2480b
commit db0f08afa1
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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