diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-28 10:45:52 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:50 +0100 |
| commit | 602f071a0f83944c4c10ba00821b0aa36921b4ed (patch) | |
| tree | 5e54f87f3fcab6a998e2cf29f06ccfd5e7365498 /gnu | |
| parent | bdc42e4ea1d1dfb7f04e0eb5b8d3be509705f839 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/radio.scm | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 1ab53fc9c4d..15b365cd628 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 |
