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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user