mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
290a91c5cb
commit
8269f02402
1 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue