~ruther/guix-local

e67ede59 — Guillaume Le Vaillant 4 years ago
gnu: gqrx: Update to 2.15.8.

* gnu/packages/radio.scm (gqrx): Update to 2.15.8.
a977cc03 — Guillaume Le Vaillant 4 years ago
gnu: redsea: Update to 0.20.

* gnu/packages/radio.scm (redsea): Update to 0.20.
75f38958 — Guillaume Le Vaillant 4 years ago
gnu: aptdec: Update to 1.7-2.5140597.

* gnu/packages/radio.scm (aptdec): Update to 1.7-2.5140597.
82015ad1 — Guillaume Le Vaillant 4 years ago
gnu: chirp: Update to 20220118.

* gnu/packages/radio.scm (chirp): Update to 20220118.
8696b2a0 — Guillaume Le Vaillant 4 years ago
gnu: soapyhackrf: Update to 0.3.4.

* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.4.
c469a8b0 — Guillaume Le Vaillant 4 years ago
gnu: soapysdr: Update to 0.8.1.

* gnu/packages/radio.scm (soapysdr): Update to 0.8.1.
9efb406d — Guillaume Le Vaillant 4 years ago
gnu: flrig: Update to 1.4.04.

* gnu/packages/radio.scm (flrig): Update to 1.4.04.
  [inputs]: Add eudev.
a07da817 — Guillaume Le Vaillant 4 years ago
gnu: Add flmsg.

* gnu/packages/radio.scm (flmsg): New variable.
41a23a1a — Efraim Flashner 4 years ago
gnu: elfutils: Fix building on riscv64-linux.

* gnu/packages/elf.scm (elfutils)[arguments]: On riscv64-linux add a
phase to skip failing test.
2bae32e1 — Efraim Flashner 4 years ago
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.
89022186 — Efraim Flashner 4 years ago
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.
e778910b — Ludovic Courtès 4 years ago
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.
c71910a0 — Ludovic Courtès 4 years ago
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.
bd86bbd3 — Ludovic Courtès 4 years ago
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.
10aad721 — Ludovic Courtès 4 years ago
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.
19371a4d — Vinicius Monego 4 years ago
gnu: darktable: Add release-monitoring-url.

* gnu/packages/photo.scm (darktable)[properties]: New field.
82e49c7f — Ricardo Wurmus 4 years ago
gnu: guile-drmaa: Update to 0.1.1.

* gnu/packages/guile-xyz.scm (guile-drmaa): Update to 0.1.1.
6305c76a — Michael Rohleder 4 years ago
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>
e3027578 — Michael Rohleder 4 years ago
gnu: libzim: Fix build.

* gnu/packages/web.scm (libzim)[inputs]: Add python-wrapper.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
e60b10fd — Efraim Flashner 4 years ago
gnu: uriparser: Update to 0.9.6.

* gnu/packages/web.scm (uriparser): Update to 0.9.6.
Next