mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
95066252ee
commit
27d648a39f
@@ -206,10 +206,6 @@
|
||||
`("GI_TYPELIB_PATH" ":" prefix
|
||||
(,(getenv "GI_TYPELIB_PATH")))))))))
|
||||
(native-inputs
|
||||
;; XXX: Test runner may be migrated to Pytest
|
||||
;; <https://docs.pytest.org/en/7.1.x/how-to/nose.html> 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")
|
||||
|
||||
Reference in New Issue
Block a user