aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/sysctl.scm
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2024-10-30 19:55:53 +0100
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:12 +0200
commitd16e008c0b262d4fb97d4b1b389328003e6b7206 (patch)
treef401877c1c809f345bce487a57a4af083a6f36e6 /gnu/services/sysctl.scm
parentd6fe08d22db8cb31c28ca85b420eee05e1cd4d67 (diff)
downloadguix-d16e008c0b262d4fb97d4b1b389328003e6b7206.tar.gz
guix-d16e008c0b262d4fb97d4b1b389328003e6b7206.zip
gnu: Add rust-urid-0.1.
* gnu/packages/crates-io.scm (rust-urid-0.1): New variable. Change-Id: Ic5043d3f91bd4abb8a99c91b4d7108e03f54ada8
Diffstat (limited to 'gnu/services/sysctl.scm')
0 files changed, 0 insertions, 0 deletions
e. * gnu/packages/glib.scm (dbus-for-jami): New variable. * gnu/services/telephony.scm: (jami-configuration)[dbus]: Default to dbus-for-jami. (jami-dbus-session-activation): Write a D-Bus daemon configuration file at '/var/run/jami/session-local.conf'. (jami-shepherd-services): Add the closure of guile-ac-d-bus and guile-fibers as extensions. Adjust imported modules. Remove no longer used parameters. <jami-dbus-session>: Use a PID file, avoiding the need for the manual synchronization. <jami>: Set DBUS_SESSION_BUS_ADDRESS environment variable. Poll using 'jami-service-available?' instead of 'dbus-service-available?'. * gnu/tests/telephony.scm (run-jami-test): Add needed Guile extensions. Set DBUS_SESSION_BUS_ADDRESS environment variable. Adjust all tests to use 'jami-service-available?' to determine if the service is started rather than the now problematic Shepherd's 'start-service'. Maxim Cournoyer