gnu: soapyhackrf: Update to 0.3.4. * gnu/packages/radio.scm (soapyhackrf): Update to 0.3.4.
gnu: soapysdr: Update to 0.8.1. * gnu/packages/radio.scm (soapysdr): Update to 0.8.1.
gnu: flrig: Update to 1.4.04. * gnu/packages/radio.scm (flrig): Update to 1.4.04. [inputs]: Add eudev.
gnu: Add flmsg. * gnu/packages/radio.scm (flmsg): New variable.
gnu: elfutils: Fix building on riscv64-linux. * gnu/packages/elf.scm (elfutils)[arguments]: On riscv64-linux add a phase to skip failing test.
gnu: pcre2: Fix building on riscv64-linux. * gnu/packages/pcre.scm (pcre2)[arguments]: Adjust configure-flags to not build with JIT when building for riscv64-linux.
gnu: pcre: Fix building on riscv64-linux. * gnu/packages/pcre.scm (pcre)[arguments]: Adjust configure-flags to not build with JIT when building for riscv64-linux.
inferior: Move initialization bits away from 'inferior-eval-with-store'. * guix/inferior.scm (port->inferior): In the inferior, define 'cached-store-connection', 'store-protocol-error?', and 'store-protocol-error-message'. (inferior-eval-with-store): Use them.
inferior: Inferior caches store connections. Fixes <https://issues.guix.gnu.org/48007>. Reported by Ricardo Wurmus <rekado@elephly.net>. Previously, at each 'inferior-eval-with-store' call, the inferior would create a new <store-connection> object with empty caches. Consequently, when repeatedly calling 'inferior-package-derivation', we would not benefit from any caching and instead recompute all the derivations for every package. This patch fixes it by caching <store-connection> objects in the inferior. * guix/inferior.scm (port->inferior): Define '%store-table' in the inferior. (inferior-eval-with-store): Cache store connections in %STORE-TABLE. Remove now unneeded 'dynamic-wind' with 'close-port' call.
inferior: Keep the store bridge connected. Previously, each 'inferior-eval-with-store' would lead the inferior to connect to the named socket the parent is listening to. With this change, the connection is established once for all and reused afterwards. * guix/inferior.scm (<inferior>)[bridge-file-name]: Remove. (open-bidirectional-pipe): New procedure. (inferior-pipe): Use it instead of 'open-pipe*' and return two values. (port->inferior): Adjust call to 'inferior'. (open-inferior): Adjust to 'inferior-pipe' changes. (close-inferior): Remove 'inferior-bridge-file-name' handling. (open-store-bridge!): Switch back to 'call-with-temporary-directory'. Define '%bridge-socket' in the inferior, connected to the caller. (proxy): Change first argument to be an inferior. Add 'reponse-port' and call to 'drain-input'. Pass 'reponse-port' to 'select' and use it as a loop termination clause. (inferior-eval-with-store): Remove 'socket' and 'connect' calls from the inferior code, and use '%bridge-socket' instead.
inferior: Create the store proxy listening socket only once. Previously, each 'inferior-eval-with-store' call would have the calling process create a temporary directory with a listening socket in there. Now that listening socket is created once and reused in subsequent calls. * guix/inferior.scm (<inferior>)[bridge-file-name, bridge-socket]: New fields. (port->inferior): Adjust accordingly. (close-inferior): Close 'inferior-bridge-socket' and delete 'inferior-bridge-file-name' if set. (open-store-bridge!, ensure-store-bridge!): New procedures. (inferior-eval-with-store): Use them.
gnu: darktable: Add release-monitoring-url. * gnu/packages/photo.scm (darktable)[properties]: New field.
gnu: guile-drmaa: Update to 0.1.1. * gnu/packages/guile-xyz.scm (guile-drmaa): Update to 0.1.1.
gnu: gnome-mines: Fix build. * gnu/packages/web.scm (gnome-mines)[native-inputs]: Add python-wrapper. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu: libzim: Fix build. * gnu/packages/web.scm (libzim)[inputs]: Add python-wrapper. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu: uriparser: Update to 0.9.6. * gnu/packages/web.scm (uriparser): Update to 0.9.6.
gnu: Add %final-inputs-riscv64. * gnu/packages/commencement.scm (%final-inputs-riscv64): New variable. * guix/build-system/gnu.scm (standard-inputs): Use %final-inputs-riscv64 when targeting riscv64-linux.
gnu: nyacc: Remove unnecessary phase. This partially reverts commit f15ca337bec89f238b9b9ced08c2e02c35629a33. What mattered was the addition of guile-bytestructures. * gnu/packages/mes.scm (nyacc)[arguments]: Remove phase 'install-system-module.
gnu: Borg: Improve the description. Attic... Now that's a name I've not heard in a long time. * gnu/packages/backup.scm (borg)[description]: Improve it.
gnu: Add Vorta. * gnu/packages/backup.scm (vorta): New variable.