~ruther/guix-local

ref: f5ffaacd55cebae7644b6ec80edfd8a54d7df30d guix-local/gnu d---------
f15a141c — Hilton Chain 3 years ago
file-systems: Add cgroup2 to %pseudo-file-system-types.

* gnu/system/file-systems.scm (%pseudo-file-system-types): Add cgroup2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e5fc5549 — Lu Hui 3 years ago
gnu: busybox: Fix cross-compilation.

* gnu/packages/busybox.scm (busybox)[arguments]: Switch to gexps.
Honor #:tests? in 'check' phase.  Add #:make-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
75e7c094 — Simen Endsjø 3 years ago
services: nginx: Don't emit empty fields

An empty root or index field is an error in nginx.

* gnu/services/web.scm (emit-nginx-server-config): Don't emit root or
index fields when they are empty

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ddb2b632 — Jacob Hrbek 3 years ago
gnu: gnome-boxes: Patch 'qemu-img' file name.

* gnu/packages/gnome.scm (gnome-boxes)[arguments]: Add
'set-qemu-file-name' phase.
[inputs]: Add QEMU-MINIMAL.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4d9c9b49 — Wiktor Żelazny 3 years ago
gnu: Add texlive-babel-polish.

* gnu/packages/tex.scm (texlive-babel-polish): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
22c6d4dc — Denis 'GNUtoo' Carikli 3 years ago
gnu: Add ec.

* gnu/packages/linux.scm (ec): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1033645e — Ludovic Courtès 3 years ago
machine: ssh: Parameterize '%current-system' early on.

Fixes <https://issues.guix.gnu.org/58084>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

Previously, "sanity checks" and other operations would happen in a
context where '%current-system' has its default value.  Thus, running
'guix deploy' on x86_64-linux machine for an aarch64-linux one would
lead things like '%base-initrd-modules' to see "x86_64-linux" as the
'%current-system' value, in turn making the wrong choices.

* gnu/machine/ssh.scm (check-deployment-sanity)[assertions]: Wrap in
'parameterize'.
(deploy-managed-host): Likewise for the 'mlet' body.
28a50eea — Maxim Cournoyer 3 years ago
tests: telephony: Add missing import to fix jami tests.

* gnu/tests/telephony.scm (run-jami-test): Add a missing (ice-9 match) import
directive.

Co-authored-by: Olivier Dion <olivier.dion@polymtl.ca>
b9cdff6d — Nicolas Goaziou 3 years ago
gnu: emacs-ement: Update to 0.2.1.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.1.
474d3ef6 — Maxim Cournoyer 3 years ago
gnu: qemu: Disable qtest-aarch64/migration-test test.

* gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/virtualization.scm (qemu): Apply it.
0ea2b720 — Eric Bavier 3 years ago
gnu: gnome-shell-extension-gsconnect: Update to 50.

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to
version 50.  Update url references to new organization.
351201aa — Guillaume Le Vaillant 3 years ago
gnu: libspatialite: Disable tests.

Several tests fail since the update of Proj to version 9, but the library
seems to be working as the test phases of dependents are passing.

* gnu/packages/geo.scm (libspatialite)[arguments]: Disable tests.
c1716ab6 — Ricardo Wurmus 3 years ago
gnu: Add r-compgenomrdata.

* gnu/packages/bioinformatics.scm (r-compgenomrdata): New variable.
b4b75434 — Olivier Dion 3 years ago
gnu: Add libpatch.

* gnu/packages/instrumentation.scm (libpatch): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
e5871de9 — Artyom V. Poptsov 3 years ago
gnu: guile-ini: Update to 0.5.2.

* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.2.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
754ce586 — Leo Famulari 3 years ago
gnu: linux-libre 5.10: Update to 5.10.145.

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.145.
(linux-libre-5.10-pristine-source): Update hash.
7c76a0de — Leo Famulari 3 years ago
gnu: linux-libre 5.15: Update to 5.15.70.

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.70.
(linux-libre-5.15-pristine-source): Update hash.
4ed4b5c3 — Leo Famulari 3 years ago
gnu: linux-libre: Update to 5.19.11.

* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.11.
(linux-libre-5.19-pristine-source): Update hash.
ab693148 — Ricardo Wurmus 3 years ago
gnu: Add python-vaex-core.

* gnu/packages/python-science.scm (python-vaex-core): New variable.
5defad2b — Ricardo Wurmus 3 years ago
gnu: Add pybind11-2.3.

* gnu/packages/python-xyz.scm (pybind11-2.3): New variable.
Next