~ruther/guix-local

998a7935 — David Elsing 2 years ago
gnu: Add gklib.

* gnu/packages/maths.scm (gklib): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a764c7c0 — David Elsing 2 years ago
gnu: Add suitesparse-ccolamd.

* gnu/packages/maths.scm (suitesparse-ccolamd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3fc3b357 — David Elsing 2 years ago
gnu: Add suitesparse-colamd.

* gnu/packages/maths.scm (suitesparse-colamd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
97edef50 — David Elsing 2 years ago
gnu: Add suitesparse-camd.

* gnu/packages/maths.scm (suitesparse-camd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
913e2dd6 — David Elsing 2 years ago
gnu: Add suitesparse-btf.

* gnu/packages/maths.scm (suitesparse-btf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2eb40f8b — David Elsing 2 years ago
gnu: Add suitesparse-amd.

* gnu/packages/maths.scm (suitesparse-amd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a6fc1164 — David Elsing 2 years ago
gnu: Add suitesparse-config.

The suitesparse-source variable contains the entire SuiteSparse source code,
which is used for all subpackages.

* gnu/packages/maths.scm (suitesparse-version, suitesparse-source,
suitesparse-config): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4a368c3a — David Elsing 2 years ago
gnu: suitesparse: Tweak description.

* gnu/packages/maths.scm (suitesparse)[description]: Mention that all
subpackages are included.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
16fd9d6e — Ludovic Courtès 2 years ago
gnu: guix: Update to e863274.

This includes the ‘guix perform-download’ fix from commit
762fdbdef52b4c17df578478cadc8655d56171a4.

* gnu/packages/package-management.scm (guix): Update to e863274.
11037893 — Lars Rustand 2 years ago
gnu: Add vendor-reset-linux-module.

* gnu/packages/linux.scm (vendor-reset-linux-module): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
9d0da4ce — Denis 'GNUtoo' Carikli 2 years ago
gnu: matterbridge: Update to 1.26.0

* gnu/packages/messaging.scm (matterbridge): Update to 1.26.0

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
9930aeb0 — Vinicius Monego 2 years ago
gnu: Add python-mapie.

* gnu/packages/statistics.scm (python-mapie): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
70c27db3 — Bruno Victal 2 years ago
system: Modify bash skeleton to colorize 'ip' output.

* gnu/system/shadow.scm (%default-bashrc): Add an alias for 'ip' that enables
output colorization.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
e97e7089 — Ricardo Wurmus 2 years ago
gnu: r-biomvrcns: Patch R constants.

* gnu/packages/bioconductor.scm (r-biomvrcns)[arguments]: Add phase
'patch-constants.
e863274e — Ludovic Courtès 2 years ago
services: hurd-vm: Leave root password uninitialized when offloading.

Starting with 953c65ffdd43c02c934518fb7a1c68542584b223, offloading to
the Hurd VM would be enabled by default.  However, ‘root’ had an empty
password so any user on the host could connect to the VM over VNC, log
in as root, and potentially populate the host’s store from there.  This
change fixes that.

* gnu/services/virtualization.scm (operating-system-with-locked-root-account):
New procedure.
(hurd-vm-disk-image)[transform]: Add
‘operating-system-with-locked-root-account’ when offloading.
917c17c0 — Ludovic Courtès 2 years ago
tests: childhurd: Test SSH connection with a non-root user.

* gnu/tests/virtualization.scm (%childhurd-os): Remove ‘services’ and
add ‘users’ to the GNU/Hurd ‘operating-system’ declaration.
(run-childhurd-test)[run-command-over-ssh]: Log in as “test” instead of
“root”.
a0818d02 — Ludovic Courtès 2 years ago
services: mcron: Hide ‘mkdir-p’ from (shepherd support).

This a avoids a Guile warning about the name collision with (guix build
utils).  The warning was introduced by commit
e0e85f2b2396c69d078caad9bd8e1a0fddf33a4a.

* gnu/services/mcron.scm (mcron-shepherd-services): Hide ‘mkdir-p’.
c49cc1ac — Fabio Natali 2 years ago
gnu: guile-ini: Added missing propagated input ‘guile-lib’.

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

* gnu/packages/guile-xyz.scm (guile-ini)[propagated-inputs]: Add
GUILE-LIB.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
be214b56 — André Batista 2 years ago
gnu: prosody: Update to 0.12.4.

* gnu/packages/messaging.scm (prosody): Update to 0.12.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
45fbcc45 — Artyom V. Poptsov 2 years ago
gnu: go-ipfs: Update to 0.14.0.

* gnu/packages/ipfs.scm (go-ipfs): Update to 0.14.0.
  [source]: Change "go-ipfs" to "kubo" in the source link.
  [arguments]: Rename "go-ipfs" to "kubo".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next