~ruther/guix-local

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
f7a12f92 — Maxim Cournoyer 3 years ago
gnu: maknik: Update to 3.1.0-0.8110349 to fix build.

* gnu/packages/geo.scm (maknik): Update to 3.1.0-0.8110349.
[source]: Fetch from git.
[build-system]: Switch to qt-build-system.
[cmake, configure-flags, phases]: New arguments.
[native-inputs]: Add catch-framework2.
[inputs]: Replace proj.4 with proj.
(proj.4): Delete variable.
011dab59 — Maxim Cournoyer 3 years ago
Update NEWS.

This covers the commits made between v1.3.0..3eadcdc6^.

* NEWS: New entries for the 1.4.0 upcoming release.
512fa6c7 — Maxim Cournoyer 3 years ago
gnu: pango-next: Fix source URL.

* gnu/packages/gtk.scm (pango-next): Use "pango" in the URL, not "pango-next".

Reported-by: Vivien Kraus <vivien@planete-kraus.eu>
a9f4fbd3 — Marius Bakke 3 years ago
gnu: python-pyabbix: Update to 1.2.1.

* gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Remove patch
phase.  Use pytest instead of nose in check phase.
[native-inputs]: Remove PYTHON-HTTPRETTY and PYTHON-NOSE.  Add
PYTHON-REQUESTS-MOCK and PYTHON-PYTEST.
[propagated-inputs]: Remove PYTHON-SEMANTIC-VERSION.  Add PYTHON-PACKAGING.
b0bd3ef9 — Marius Bakke 3 years ago
gnu: u-boot-tools: Disable check for 100% coverage.

* gnu/packages/bootloaders.scm (u-boot-tools)[arguments]: Add substitution.
6737d8d3 — Ricardo Wurmus 3 years ago
gnu: Add r-snftool.

* gnu/packages/cran.scm (r-snftool): New variable.
c8accb5e — Ricardo Wurmus 3 years ago
gnu: Add r-exposition.

* gnu/packages/cran.scm (r-exposition): New variable.
845e14f0 — Ricardo Wurmus 3 years ago
gnu: Add r-prettygraphs.

* gnu/packages/cran.scm (r-prettygraphs): New variable.
1990524e — Ricardo Wurmus 3 years ago
gnu: Add r-aricode.

* gnu/packages/cran.scm (r-aricode): New variable.
de68d54b — Ricardo Wurmus 3 years ago
gnu: Add r-clvalid.

* gnu/packages/cran.scm (r-clvalid): New variable.
47fb9d23 — Ricardo Wurmus 3 years ago
gnu: Add r-omicade4.

* gnu/packages/bioconductor.scm (r-omicade4): New variable.
Next