From 40b59d5f47e645f543f0cd42984b25ab6a442ec0 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Tue, 16 Dec 2025 20:02:42 +0100 Subject: [PATCH] gnu: python-surf: Disable tests. Tests require slaclab/ruckus, which needs ghdl vhdl compiler. Package update requires rogue, not in the repos. * gnu/packages/electronics.scm (python-surf)[native-inputs]: Remove python-wheel. Change-Id: I634cc5d5c8091665a1751272bd83e17169ffe1af --- gnu/packages/electronics.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 9226e75cc0a2589c4f0d39864d3f8b712fa80e8b..1376d659c4e6a6e1b4d34b7aa12b0ca8c49cdc29 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -2293,6 +2293,7 @@ languages.") (build-system pyproject-build-system) (arguments (list + #:tests? #f #:phases #~(modify-phases %standard-phases (add-after 'unpack 'remove-deps @@ -2303,8 +2304,8 @@ languages.") (("rawVer .*") (string-append "rawVer = \"v" #$version "\"")))))))) - (native-inputs (list python-setuptools python-wheel python-gitpython - git-minimal/pinned)) + (native-inputs + (list python-setuptools python-gitpython git-minimal/pinned)) (home-page "https://slaclab.github.io/surf/") (synopsis "SLAC Ultimate RTL Framework") (description