1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Cayetano Santos
2026-02-10 10:42:01 +01:00
parent fcd9f151c4
commit 48018e5672

View File

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