From 27d648a39f1cc14c44b1a6d1fa74c2a93a117a56 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Thu, 19 Mar 2026 22:58:06 +0100 Subject: [PATCH] gnu: aacircuit: Fix build by using older python-pygobject. * gnu/packages/electronics.scm (aacircuit): Fix build. [inputs]: Remove python-pygobject; add python-pygobject-3.50. Change-Id: I36c7722670a24e4709d90883d11f9f55b294cf2c Signed-off-by: Andreas Enge --- gnu/packages/electronics.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index b2cfd38a91..ea1923a806 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -206,10 +206,6 @@ `("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))))))))) (native-inputs - ;; XXX: Test runner may be migrated to Pytest - ;; after report to - ;; the upstream to modify them, use deprecated Nose test runner for - ;; now. (list python-pynose python-setuptools xvfb-run)) @@ -220,7 +216,7 @@ python-platformdirs python-pycairo python-pyclip - python-pygobject + python-pygobject-3.50 python-pypubsub)) (home-page "https://github.com/Blokkendoos/AACircuit") (synopsis "Draw electronic circuits with ASCII characters")