guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8269f024020be334fa7e4971aa18cf3dd767ddbb
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 29 21:05:52 2025 +0100

    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 <[email protected]>
---
 gnu/packages/electronics.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index f9796427c6..8575a2c990 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -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

Reply via email to