mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
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>
This commit is contained in:
committed by
Andreas Enge
parent
bdc42e4ea1
commit
602f071a0f
+14
-13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user