aboutsummaryrefslogtreecommitdiff
path: root/tests/build-utils.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-04-10 22:38:44 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-04-10 22:38:44 +0300
commit630d938fbedbc6d67f931983b41708023dd31783 (patch)
treec93bc47d19e5557375d8692a9342480181a98453 /tests/build-utils.scm
parent584d068f0fe7872ffa3af70afbe3f4bc93a235bb (diff)
downloadguix-630d938fbedbc6d67f931983b41708023dd31783.tar.gz
guix-630d938fbedbc6d67f931983b41708023dd31783.zip
gnu: python-pytest-cache: Change inputs.
* gnu/packages/python.scm (python-pytest-cache)[propagated-inputs]: Move python-execnet ... [inputs]: ... to here. Add python-apipkg, python-py, python-pytest.
Diffstat (limited to 'tests/build-utils.scm')
0 files changed, 0 insertions, 0 deletions
STEM_MODULES): Register new module. * 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