From 48018e5672dc3f110b3f491da964c3afcde5b5ee Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Tue, 10 Feb 2026 10:42:01 +0100 Subject: [PATCH] gnu: json-for-vhdl: Fix circular dependency on python-vunit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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