~ruther/guix-local

d7d370e4 — Marius Bakke 3 years ago
gnu: libvirt: Use G-expression.

* gnu/packages/virtualization.scm (libvirt)[arguments]: Use gexp.  While at
it, refer to THIS-PACKAGE instead of the NAME and VERSION fields.
e00b395c — Marius Bakke 3 years ago
gnu: libvirt: Remove input labels.

* gnu/packages/virtualization.scm (libvirt)[inputs, native-inputs]: Remove labels.
3a76c2bf — Marius Bakke 3 years ago
gnu: libvirt, python-libvirt: Update to 8.6.0.

* gnu/packages/patches/libvirt-add-install-prefix.patch: Refresh patch.
* gnu/packages/virtualization.scm (libvirt): Update to 8.6.0.
(python-libvirt): Update to 8.6.0.
[arguments]: Remove, as the default test phase works fine.
25a3d351 — Marius Bakke 3 years ago
gnu: catch2@1: Adjust for glibc 2.34 and later.

* gnu/packages/check.scm (catch-framework2-1)[source](modules, snippet): New
fields.
e3e67800 — Marius Bakke 3 years ago
gnu: python-pyicu: Update to 2.9.

* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.9.
38069657 — Marius Bakke 3 years ago
gnu: python-pyicu: Update home page.

* gnu/packages/python-xyz.scm (python-pyicu)[home-page]: Change to current.
dd7a29fa — Tobias Geerinckx-Rice 3 years ago
.guix-authorizations: Authorize Andrew Tropin's subkey instead.

Addresses <https://issues.guix.gnu.org/57091> for now.

* .guix-authorizations (abcdw): Use signing subkey instead of primary.
35884998 — Tobias Geerinckx-Rice 3 years ago
gnu: tor: Update to 0.4.7.9 [DoS mitigations].

* gnu/packages/tor.scm (tor): Update to 0.4.7.9.
9a97097a — Andreas Enge 3 years ago
gnu: gap: Enable compilation of more optional packages.

* gnu/packages/algebra.scm (gap)<snippet>: Add to the whitelist GAP packages
with free licenses clarified in the latest release, and which do not require
additional inputs.
c1a6c6e6 — Andreas Enge 3 years ago
gnu: gap: Update to 4.11.1.

* gnu/packages/algebra.scm (gap): Update to 4.11.1.
[source]<snippet>: Remove trailing #t.
[arguments]<phases>: Remove trailing #t. Install missing config.h header.

Co-authored-by: vicvbcun <guix@ikherbers.com>
0f6dc547 — Efraim Flashner 3 years ago
gnu: lcsync: Fix building on non-x86 hardware.

* gnu/packages/networking.scm (lcsync)[arguments]: Add phase to use
simde instead of immintrin.h directly.
[native-inputs]: Add simde.
ee981ba5 — Efraim Flashner 3 years ago
gnu: lcsync: Use test-target.

* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target.
Remove custom 'check phase.
b62c3fbd — Efraim Flashner 3 years ago
gnu: librecast: Use test-target.

* gnu/packages/networking.scm (librecast)[arguments]: Set test-target.
Remove custom 'check phase.
b0f298e2 — Efraim Flashner 3 years ago
gnu: lcrq: Use test-target.

* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove
custom 'check phase.
2b579fd4 — Maxim Cournoyer 3 years ago
gnu: artwork: Update repository to latest commit.

* gnu/artwork.scm (%artwork-repository): Update to commit
4c7f2ce6428a63e202cd2a9474a06f68a946934d.
ce53253d — Maxim Cournoyer 3 years ago
build: marionette: Adjust QEMU Info manual reference.

* gnu/build/marionette.scm (marionette-control): Update doc to correct the
QEMU Info manual reference.
1a43e006 — Maxim Cournoyer 3 years ago
gnu: gnome-themes-standard: Deprecate in favor of gnome-themes-extra.

* gnu/packages/gnome.scm (gnome-themes-standard): Mark as deprecated by
gnome-themes-extra.
(gnome)[inputs]: Remove gnome-themes-extra.
cbbb5aa9 — Timotej Lazar 3 years ago
gnu: wpa-supplicant-gui: Fix build.

* gnu/packages/admin.scm (wpa-supplicant-gui)[build-system]: Use
qt-build-system.
[phases]: Use G-exps. Drop trailing #t. Don’t wrap-program as that is done by
the build system. Set $HOME to a writable directory when converting icons to
stop Inkscape complaining.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
a8170649 — Ludovic Courtès 3 years ago
build-system/channel: Correctly handle store file name from (gnu ci).

This is a followup to cf60a0a906440ccb007bae1243c3e0397c3a0aba.

Reported by Mathieu Othacehe <othacehe@gnu.org>.

* guix/build-system/channel.scm (build-channels): Add 'string?' case.
d7aaf386 — Ludovic Courtès 3 years ago
po: Add 'guix/read-print.scm'.

This is a followup to b21d05d232ec0aba5abec20e83cc52c1d5163cc3.

* po/guix/POTFILES.in: Add 'guix/read-print.scm'.
Next