guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 8870767ec784eb77d01bf10fba0fe3389bf99c73
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jan 28 10:45:52 2026 +0100

    gnu: gr-satellites: Relocate and improve arguments style.
    
    * gnu/packages/radio.scm (gr-satellites)[arguments]: Relocate field
    and improve style.
    
    Change-Id: I3d5f30542599e2055f2f47027ec072d71dd5fc19
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/radio.scm | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 1ab53fc9c4..15b365cd62 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1289,6 +1289,20 @@ to the fix block above.
        (sha256
         (base32 "0mcrxwb27n2v8v8vmcmmm1pbmy3c02a22mz2wnpdsfb2163qpchw"))))
     (build-system cmake-build-system)
+    (arguments
+     (list
+      #:modules `((guix build cmake-build-system)
+                  ((guix build python-build-system) #:prefix python:)
+                  (guix build utils))
+      #:imported-modules `(,@%cmake-build-system-modules
+                           (guix build python-build-system))
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'check 'set-test-environment
+            (lambda _
+              (setenv "HOME" "/tmp")))
+          (add-after 'install 'wrap-python
+            (assoc-ref python:%standard-phases 'wrap)))))
     (native-inputs
      (list pkg-config pybind11 python-six))
     (inputs
@@ -1304,19 +1318,6 @@ to the fix block above.
            python-requests
            spdlog-1.13
            volk))
-    (arguments
-     `(#:modules ((guix build cmake-build-system)
-                  ((guix build python-build-system) #:prefix python:)
-                  (guix build utils))
-       #:imported-modules (,@%cmake-build-system-modules
-                           (guix build python-build-system))
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'check 'set-test-environment
-           (lambda _
-             (setenv "HOME" "/tmp")))
-         (add-after 'install 'wrap-python
-           (assoc-ref python:%standard-phases 'wrap)))))
     (synopsis "GNU Radio decoders for several Amateur satellites")
     (description
      "@code{gr-satellites} is a GNU Radio out-of-tree module encompassing

Reply via email to