gnu: nftables: Update to 1.0.8.
* gnu/packages/linux.scm (nftables): Update to 1.0.8.
gnu: libnftnl: Update to 1.2.6.
* gnu/packages/linux.scm (libnftnl): Update to 1.2.6.
gnu: lkrg: Update to 0.9.7.
This fixes the build with Linux-Libre >= 6.4.
* gnu/packages/linux.scm (lkrg): Update to 0.9.7.
services: dhcp-client: Fix name of the provision accessor.
This is a followup to 04f71edb73205d0bb82404de28a70ae17b897429.
* gnu/services/networking.scm (<dhcp-client-configuration>)[shepherd-provision]:
Fix accessor name.
gnu: cockatrice: add wayland dependency
* gnu/packages/games.scm (cockatrice): add wayland dependency
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: file-systems: Add variable %base-live-file-systems.
* gnu/system/file-systems.scm (%base-live-file-systems): New variable.
* gnu/system/install.scm (installation-os): Use %base-live-file-systems.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: home: zsh: Load environment when running via ssh
* gnu/home/services/shells.scm (zsh-file-zshenv): Add snippet to source
/etc/profile when running via ssh.
(zsh-get-configuration-files): Always add .zshenv as it is never empty.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: spdlog: Update to 1.12.0.
* gnu/packages/logging.scm (spdlog): Update to 1.12.0.
[native-inputs]: Add catch2-3.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
services: dhcp-client-configuration: Allow provision override.
* gnu/services/networking.scm (<dhcp-client-configuration>)[shepherd-provision]:
New field.
(dhcp-client-shepherd-service): Honor it.
* doc/guix.texi (Networking Setup): Document it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
services: syncthing: Ensure that service runs after mounting home directories.
Sometimes `syncthing-service-type' fails during startup because it tries
to read configuration files from the user's home directory:
Failure on home directory: mkdir /home/xyz/.config: permission denied
This patch adds `user-processes' to the shepherd service requirements to
ensure that `user-homes' is fired before `syncthing' tries to read data
from the home directory.
* gnu/services/syncthing.scm (syncthing-shepherd-service): add
`user-processes' to requirements
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
tests: childhurd: Add missing module imports.
Fixes a regression introduced in
a09c7da8f8d8e732f969cf0a09aaa78f87032ab1.
* gnu/tests/virtualization.scm (run-childhurd-test)[test]: Import (ice-9
textual-ports) and (ice-9 match) in the marionette when needed.
gnu: net-snmp: Update to 5.9.4.
* gnu/packages/networking.scm (net-snmp): Update to 5.9.4.
gnu: glirc: Re-indent.
No functional change.
* gnu/packages/irc.scm (glirc): C-M-q.
gnu: Add glirc-lua.
* gnu/packages/irc.scm (glirc-lua): New public variable.
gnu: putty: Update to 0.79.
* gnu/packages/networking.scm (putty): Update to 0.79.
gnu: iperf: Update to 3.15.
* gnu/packages/networking.scm (iperf): Update to 3.15.
gnu: httping: Update to 2.9.
* gnu/packages/networking.scm (httping): Update to 2.9.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
gnu: drpm: Update to 0.5.2.
* gnu/packages/rpm.scm (drpm): Update to 0.5.2.
gnu: mu: Update to 1.10.7.
* gnu/packages/mail.scm (mu): Update to 1.10.7.