diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-29 08:27:32 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:50 +0100 |
| commit | f9e597da4e608a129fbb9a0738ab3833d30134ab (patch) | |
| tree | 5946c9cb96617113b76937eaea55c04445d33b1d /gnu/packages/radio.scm | |
| parent | 602f071a0f83944c4c10ba00821b0aa36921b4ed (diff) | |
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>
Diffstat (limited to 'gnu/packages/radio.scm')
| -rw-r--r-- | gnu/packages/radio.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 15b365cd628..c87b9ff0171 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm | |||
| @@ -1292,17 +1292,17 @@ to the fix block above. | |||
| 1292 | (arguments | 1292 | (arguments |
| 1293 | (list | 1293 | (list |
| 1294 | #:modules `((guix build cmake-build-system) | 1294 | #:modules `((guix build cmake-build-system) |
| 1295 | ((guix build python-build-system) #:prefix python:) | 1295 | ((guix build pyproject-build-system) #:prefix py:) |
| 1296 | (guix build utils)) | 1296 | (guix build utils)) |
| 1297 | #:imported-modules `(,@%cmake-build-system-modules | 1297 | #:imported-modules (append %cmake-build-system-modules |
| 1298 | (guix build python-build-system)) | 1298 | %pyproject-build-system-modules) |
| 1299 | #:phases | 1299 | #:phases |
| 1300 | #~(modify-phases %standard-phases | 1300 | #~(modify-phases %standard-phases |
| 1301 | (add-before 'check 'set-test-environment | 1301 | (add-before 'check 'set-test-environment |
| 1302 | (lambda _ | 1302 | (lambda _ |
| 1303 | (setenv "HOME" "/tmp"))) | 1303 | (setenv "HOME" "/tmp"))) |
| 1304 | (add-after 'install 'wrap-python | 1304 | (add-after 'install 'wrap-python |
| 1305 | (assoc-ref python:%standard-phases 'wrap))))) | 1305 | (assoc-ref py:%standard-phases 'wrap))))) |
| 1306 | (native-inputs | 1306 | (native-inputs |
| 1307 | (list pkg-config pybind11 python-six)) | 1307 | (list pkg-config pybind11 python-six)) |
| 1308 | (inputs | 1308 | (inputs |
