diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-06-30 11:07:19 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-06-30 11:23:39 +0200 |
commit | f436a5be57aa39116cae044fe1061df67ff2b7a4 (patch) | |
tree | 30bdcbf487701131e55fd55b9e6f461bcf0ce4b8 | |
parent | 1f6a9bbea68915b21cce86a7eeefa54ebdfdf096 (diff) | |
download | guix-f436a5be57aa39116cae044fe1061df67ff2b7a4.tar guix-f436a5be57aa39116cae044fe1061df67ff2b7a4.tar.gz |
gnu: gr-satellites: Add missing input.
* gnu/packages/radio.scm (gr-satellites)[inputs]: Add spdlog.
-rw-r--r-- | gnu/packages/radio.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 74ee7bd081..84fe3db049 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -869,6 +869,7 @@ to the fix block above. python-pyaml python-pyzmq python-requests + spdlog volk)) (arguments `(#:modules ((guix build cmake-build-system) |