aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/dictionaries.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-06-06 09:43:59 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-06-06 09:46:04 +0200
commitda28abcfb04d9a4911264d2921512b0ad5acf8e6 (patch)
treee1400429ae8d5b7267d370bcd43de902851abbd7 /gnu/packages/dictionaries.scm
parent04beee1632a55963a05f227a6481e0912c390600 (diff)
downloadguix-da28abcfb04d9a4911264d2921512b0ad5acf8e6.tar.gz
guix-da28abcfb04d9a4911264d2921512b0ad5acf8e6.zip
gnu: sdrangel: Add SoapySDR support.
* gnu/packages/radio.scm (sdrangel)[inputs]: Add soapysdr. [arguments]: Update 'configure-flags'.
Diffstat (limited to 'gnu/packages/dictionaries.scm')
0 files changed, 0 insertions, 0 deletions
Test latest-html-release....* tests/gnu-maintenance.scm ("latest-html-release, no signature") ("latest-html-release, signature): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2022-09-17gnu-maintenance: Support // URLs in latest-html-release....This makes "./pre-inst-env guix refresh -u" download the release tarball from the right place -- previously, it downloaded from https://www.libreoffice.org//download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 whereas it should download from https://download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 instead. * guix/gnu-maintenance.scm (latest-html-release)[url-release]: Adjust computation in the case of an absolute URI-reference without a scheme. * tests/gnu-maintenance.scm ("latest-html-release, scheme-less URIs"): Test it. Signed-off-by: Christopher Baines <mail@cbaines.net> Maxime Devos