diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-10 10:42:01 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-10 11:27:35 +0100 |
| commit | 48018e5672dc3f110b3f491da964c3afcde5b5ee (patch) | |
| tree | a95f018b9b6393d4962128c7429774f3a1191311 | |
| parent | fcd9f151c4c317ffb0375b666e5fdbe41385a2d2 (diff) | |
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
| -rw-r--r-- | gnu/packages/electronics.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 3b0e202f8ee..b06891117ab 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 |
