~ruther/guix-local

937215d5 — Marius Bakke 3 years ago
gnu: python-afdko: Run tests in parallel.

* gnu/packages/fontutils.scm (python-afdko)[arguments]: Adjust check phase for
parallel execution.
[native-inputs]: Add PYTHON-PYTEST-XDIST.
7d4a1b8c — Marius Bakke 3 years ago
gnu: nfs-utils: Remove unused input.

* gnu/packages/nfs.scm (nfs-utils)[inputs]: Remove LIBNFSIDMAP, which is part
of nfs-utils nowadays.
d8f5cb0d — Marius Bakke 3 years ago
gnu: hitch: Update to 1.7.3.

* gnu/packages/web.scm (hitch): Update to 1.7.3.
106660e3 — Maxim Cournoyer 3 years ago
services: elogind-configuration-file: Do not serialize unspecified items.

This a followup to 59ee837d8b11d7d688045b601e8b240ccbdbe7c7, which changed the
default value of the HandleLidSwitchExternalPower to the empty string.
Unfortunately this causes elogind to print a warning (although it otherwise
works as intended).  This change fixes that.

* gnu/services/desktop.scm (elogind-configuration-file)<handle-action>: Let
the unspecified value go through.
<ini-file-clause>: When an unspecified file is encountered, do not produce any
text to serialize.
3ba8c2b5 — Danny Milosavljevic 3 years ago
gnu: Add openfpgaloader.

* gnu/packages/fpga.scm (openfpgaloader): New variable.
eb9a39c1 — Michael Rohleder 3 years ago
gnu: celluloid: Fix build.

Fixes <https://issues.guix.gnu.org/57839>.

* gnu/packages/video.scm (celluloid)[build-system]: Use meson-build-system.
[native-inputs]: Add desktop-file-utils, glib:bin, gtk:bin, python-wrapper.

Signed-off-by: Christopher Baines <mail@cbaines.net>
8598aa4e — Michael Rohleder 3 years ago
gnu: virt-manager: Use gtksourceview@4.

Fixes <https://issues.guix.gnu.org/57832>.

* gnu/packages/virtualization.scm (virt-manager)[inputs]: Replace
gtksourceview with gtksourceview-4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: Add shirah.

* gnu/packages/ebook.scm (shirah): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: Add python-syllables.

* gnu/packages/python-xyz.scm (python-syllables): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: Add python-ebooklib.

* gnu/packages/ebook.scm (python-ebooklib): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
0ae5ff59 — Luis Felipe 3 years ago
gnu: Add mazo.

* gnu/packages/education.scm (mazo): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
ad5584bf — Christopher Baines 3 years ago
marionette: Avoid read error when wait-for-file file is empty.

Since #<eof> can't be read.

* gnu/build/marionette.scm (wait-for-file): Return "" if file is empty.

Partially-Fixes: https://issues.guix.gnu.org/57827
0f46d4f1 — Christopher Baines 3 years ago
marionette: Make it easier to debug REPL read failures.

Log the remaining contnet written to the REPL, so that there's more to go on
than:

  socket:5:14: Unknown # object: "#<"

* gnu/build/marionette.scm (marionette-eval): Catch exceptions from read and
log the remainder of the content from the REPL.
d0376f67 — Antero Mejr 3 years ago
system: install: Do not load amdgpu in the installer image.

* gnu/system/install.scm (installation-os): Add amdgpu to
modprobe.blacklist.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
c0d25bef — Mathieu Othacehe 3 years ago
Update NEWS.

Entries extracted from:
        git log 3eadcdc63..version-1.4.0

* NEWS: Update entries for v1.4.0
02c5ed4f — Maxim Cournoyer 3 years ago
gnu: virt-viewer: Update to 11.0 and enable more features.

* gnu/packages/spice.scm (virt-viewer): Update to 11.0.
[build-system]: Use meson-build-system.
[arguments]: Delete field.
[native-inputs]: Replace intltool with gettext-minimal.  Add python.
[inputs]: Add bash-completion, libgovirt, libvirt-glib and vte.
87ce7a6f — Maxim Cournoyer 3 years ago
gnu: libgovirt: Propagate glib and rest-next.

* gnu/packages/gnome.scm (libgovirt)
[inputs]: Move rest-next to...
[propagated-inputs]: ... here.  Add glib.
0a92a64e — Maxim Cournoyer 3 years ago
gnu: proj.4: Restore package.

Partially revert f7a12f9224: the proj.4 still has a user, r-proj4.

* gnu/packages/geo.scm (proj.4): New variable.
ca42eeeb — Maxim Cournoyer 3 years ago
gnu: maknik: Really fix the build.

* gnu/packages/geo.scm (mapnik)
[phases]{disable-problematic-tests}: Fix typo.
b736af18 — Maxim Cournoyer 3 years ago
gnu: catch-framework2: Rename variable to catch2.

Automated with:

    git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
Next