aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-compression.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-03 08:35:41 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-03 19:40:37 +0100
commiteacffb9e68c3b404e256644b74efd7af7ac03bf2 (patch)
treeec555feea42535a1124cd694efe12cf006a9a03e /gnu/packages/python-compression.scm
parent2fd79876f3e3b7c1c529dacb9f89f1b5d8895d48 (diff)
downloadguix-eacffb9e68c3b404e256644b74efd7af7ac03bf2.tar.gz
guix-eacffb9e68c3b404e256644b74efd7af7ac03bf2.zip
gnu: nix: Update to 2.3.10.
* gnu/packages/package-management.scm (nix): Update to 2.3.10.
Diffstat (limited to 'gnu/packages/python-compression.scm')
0 files changed, 0 insertions, 0 deletions
>...* gnu/system/hurd.scm (%base-packages/hurd): Change shepherd to shepherd-0.8, since the former uses fibers, and thus conflicts with the shepherd-0.8 we use in the default essential services. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret 2023-03-03services: base: Deprecate 'syslog-service' procedure....* doc/guix.texi (Base Services): Replace syslog-service with syslog-service-type. * gnu/services/base.scm (%default-syslog.conf): Place before <syslog-configuration>. (syslog-service-type): Set default value. (syslog-service): Deprecate procedure. (%base-services): Use syslog-service-type. * gnu/system/hurd.scm (%base-services/hurd): Ditto. * gnu/system/install.scm (%installation-services): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2022-11-28system: hurd: Create more ttys....* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Add more /dev/ttyN nodes. * gnu/system/hurd.scm (%base-services/hurd): Add more 'hurd-getty-service-type' instances. Ludovic Courtès