gnu: aacircuit: Replace python-nose by python-pynose.

* gnu/packages/electronics.scm (aacircuit)
[arguments]<#:phases>: Refresh phase 'wrap-aacircuit.
[native-inputs]: Remove python-wheel.  Replace python-nose by
python-pynose.

Change-Id: I43834e9a1280550f12a94a3fc20ce781ed05f1b6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-11-29 21:05:52 +01:00 committed by Sharlatan Hellseher
parent 290a91c5cb
commit 8269f02402
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -173,9 +173,8 @@
(assoc-ref glib-or-gtk:%standard-phases
'glib-or-gtk-wrap))
(add-after 'glib-or-gtk-wrap 'wrap-aacircuit
(lambda* (#:key outputs #:allow-other-keys)
(wrap-program (string-append (assoc-ref outputs "out")
"/bin/aacircuit")
(lambda _
(wrap-program (string-append #$output "/bin/aacircuit")
`("GDK_PIXBUF_MODULE_FILE" =
(,(getenv "GDK_PIXBUF_MODULE_FILE")))
`("GI_TYPELIB_PATH" ":" prefix
@ -185,9 +184,8 @@
;; <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-nose
(list python-pynose
python-setuptools
python-wheel
xvfb-run))
(inputs
(list bash-minimal