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:
parent
4067f2480b
commit
db0f08afa1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue