diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-22 00:25:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-22 00:26:11 +0200 |
commit | da51f5bb010d8bfbdeaa63db5a54788da4adf9a2 (patch) | |
tree | f11320b6c7e1c0cd1ed97bd9b5f85591f1f2bc38 /gnu-system.am | |
parent | 4a663ca4e8b5ded9a3d92870fba8f2ebde22d75a (diff) | |
download | patches-da51f5bb010d8bfbdeaa63db5a54788da4adf9a2.tar patches-da51f5bb010d8bfbdeaa63db5a54788da4adf9a2.tar.gz |
gnu: dbus: Add variant with proper helper for service activation.
* gnu/packages/patches/dbus-helper-search-path.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/glib.scm (dbus/activation): New variable.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 859b123c2c..3daec42e28 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -427,6 +427,7 @@ dist_patch_DATA = \ gnu/packages/patches/cssc-missing-include.patch \ gnu/packages/patches/clucene-contribs-lib.patch \ gnu/packages/patches/cursynth-wave-rand.patch \ + gnu/packages/patches/dbus-helper-search-path.patch \ gnu/packages/patches/dealii-p4est-interface.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/dfu-programmer-fix-libusb.patch \ |