aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/sound.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2023-08-02 20:30:11 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-08-02 20:30:11 +0200
commit3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2 (patch)
tree071255dade6734f6d5dbd9e18877fa97ae4ac898 /gnu/services/sound.scm
parent9f23addae2d6a8a571181d640d6791f6d6f1e630 (diff)
downloadguix-3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2.tar.gz
guix-3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2.zip
gnu: emacs: Update to 29.1.
* gnu/packages/emacs.scm (emacs-minimal): Update to 29.1. [source]: Use url-fetch again.
Diffstat (limited to 'gnu/services/sound.scm')
0 files changed, 0 insertions, 0 deletions
socket /run/spice-vdagentd/spice-vdagent-sock: Error binding to address: Address already in use The requirement is also modified to depend on dbus-system, a cue taken from upstream's own systemd service file (see 'data/spice-vdagentd.service' in the sources). * gnu/services/spice.scm (spice-vdagent-activation): Delete procedure. (spice-vdagent-shepherd-service): Fix indentation. [requirement]: Replace udev by dbus-system. [start]: Ensure the spice-vdagentd run-time directory exists and that the spice-vdagent-sock socket file does *not* exist before forking the daemon. 2021-05-05services: Fix the spice-vdagent service.Maxim Cournoyer * gnu/services/spice.scm (spice-vdagent-activation): Update runtime directory from /var/run/spice-vdagentd to /run/spice-vdagentd. (spice-vdagent-service-type): Specify a default value and fix indentation. 2020-04-21services: Don't use the deprecated 'make-forkexec-constructor' call.Ludovic Courtès Passing 'make-forkexec-constructor' a string or several string arguments has been deprecated since dmd 0.1. * gnu/services/base.scm (rngd-service-type): In 'start' method, pass a list as the first argument to 'make-forkexec-constructor'. * gnu/services/desktop.scm (bluetooth-shepherd-service): Likewise. * gnu/services/spice.scm (spice-vdagent-shepherd-service): Likewise. 2020-01-26services: Fix typo in spice-vdagent-service.Damien Cassou * gnu/services/spice.scm (spice-vdagent-service): Fix typo. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>