guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 48018e5672dc3f110b3f491da964c3afcde5b5ee
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Feb 10 10:42:01 2026 +0100
gnu: json-for-vhdl: Fix circular dependency on python-vunit.
* gnu/packages/electronics.scm (json-for-vhdl)[native-inputs]: Delete.
[arguments]: Delete ’check #:phase.
Change-Id: I10de47a0b9b4eb52dd83fdaec84df1570323588a
---
gnu/packages/electronics.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 3b0e202f8e..b06891117a 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -818,13 +818,7 @@ files.")
(lambda _
(substitute* "tests/VUnit/run.py"
(("from_argv\\(\\)")
- "from_argv()\nvu.add_vhdl_builtins()"))))
- (add-after 'install 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "python3" "tests/VUnit/run.py" "-v")))))))
- (native-inputs
- (list nvc python-minimal python-vunit))
+ "from_argv()\nvu.add_vhdl_builtins()")))))))
(home-page "https://github.com/Paebbels/JSON-for-VHDL/")
(synopsis "Parse and query JSON data structures in VHDL")
(description