1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gr-satellites: Switch to pyproject.

* gnu/packages/radio.scm (gr-satellites):
[arguments]<#:imported-modules, #:modules, #:phases>: Switch to
pyproject-build-system.

Change-Id: Iafc42df6908525a5b78a055b427bedd67f02d31e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-01-29 08:27:32 +01:00
committed by Andreas Enge
parent 602f071a0f
commit f9e597da4e

View File

@@ -1292,17 +1292,17 @@ to the fix block above.
(arguments
(list
#:modules `((guix build cmake-build-system)
((guix build python-build-system) #:prefix python:)
((guix build pyproject-build-system) #:prefix py:)
(guix build utils))
#:imported-modules `(,@%cmake-build-system-modules
(guix build python-build-system))
#:imported-modules (append %cmake-build-system-modules
%pyproject-build-system-modules)
#: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)))))
(assoc-ref py:%standard-phases 'wrap)))))
(native-inputs
(list pkg-config pybind11 python-six))
(inputs