aboutsummaryrefslogtreecommitdiff
path: root/build-aux/gitlog-to-changelog
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2021-12-15 20:26:10 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2021-12-15 20:26:10 +0100
commit88ad26487165b4829089e44beeeb0aa125bf185b (patch)
tree2b0ee8cdbc3e691b09472b68d30b61ed025250dc /build-aux/gitlog-to-changelog
parent933c764f8a6a68676e60dbbeed9cb7bd33cbae1b (diff)
downloadguix-88ad26487165b4829089e44beeeb0aa125bf185b.tar.gz
guix-88ad26487165b4829089e44beeeb0aa125bf185b.zip
gnu: gnome-shell-extensions: Update to 41.0.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 41.0.
Diffstat (limited to 'build-aux/gitlog-to-changelog')
0 files changed, 0 insertions, 0 deletions
or-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