aboutsummaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-10-18 13:27:30 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-11-05 11:56:51 -0500
commit40b6729fd78ea53ac339257aea798d625e16894d (patch)
tree94ead6b90a7a0fa71b5f7dfaf8c586a655db9d45 /gnu/services
parent00e5f7ff2a0bd28f4747995d1757c570d7832115 (diff)
downloadguix-40b6729fd78ea53ac339257aea798d625e16894d.tar.gz
guix-40b6729fd78ea53ac339257aea798d625e16894d.zip
gnu: mesa: Update to 24.2.5.
* gnu/packages/gl.scm (mesa): Update to 24.2.5. Change-Id: I84b8af46617fb414b564ceda6e9772dcee3f48d6
Diffstat (limited to 'gnu/services')
0 files changed, 0 insertions, 0 deletions
vices): Document server option. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jack Hill 2020-03-08services: nfs: Run rpc.mountd in foreground....Fixes <https://bugs.gnu.org/39708>. Shepherd doesn't keep track of processes that fork themselves and would disable the process after restarting it a couple times. * gnu/services/nfs.scm (nfs-shepherd-services): Invoke rpc.mountd with the '--foreground' option. Maxim Cournoyer 2020-03-07gnu: eudev: Add variant with corrected Btrfs rules....Discussed at <https://bugs.gnu.org/39926>. * gnu/packages/linux.scm (eudev/btrfs-fix): New variable. * gnu/services/base.scm (<udev-configuration>)[udev]: Default to it. (udev-service): Likewise for #:udev. Ludovic Courtès 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-03-03services: herd: Add restart-service....* gnu/services/herd.scm (restart-service): New exported procedure. Mathieu Othacehe 2020-03-01services: set-xorg-configuration: handle slim and sddm...* gnu/services/xorg.scm (handle-xorg-configuration): New syntax. (gdm-service-type, slim-service-type): Use handle-xorg-configuration. * gnu/services/sddm.scm (sddm-service-type): Likewise. Jakub Kądziołka