aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bootstrap.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-01-20 23:26:18 +0100
committerJulien Lepiller <julien@lepiller.eu>2020-01-21 01:11:20 +0100
commit795cf2a3b57c73eeec0fe853dbf47e140e44ff56 (patch)
treebd7774a0878d8b70b04b20d8e1877b603c6e9e7e /gnu/packages/bootstrap.scm
parentc2eb8c7ef7941e9c5791de2b2447a8d48adabbb4 (diff)
downloadguix-795cf2a3b57c73eeec0fe853dbf47e140e44ff56.tar.gz
guix-795cf2a3b57c73eeec0fe853dbf47e140e44ff56.zip
gnu: ocaml-qcheck: Update to 0.12.
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.12.
Diffstat (limited to 'gnu/packages/bootstrap.scm')
0 files changed, 0 insertions, 0 deletions
rvice): 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. Maxim Cournoyer 2021-05-05services: Fix the spice-vdagent service....* 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. Maxim Cournoyer 2020-04-21services: Don't use the deprecated 'make-forkexec-constructor' call....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. Ludovic Courtès 2020-01-26services: Fix typo in spice-vdagent-service....* gnu/services/spice.scm (spice-vdagent-service): Fix typo. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Damien Cassou