Merge pull request #66634 from matthewbauer/at-spi2-core-minimize-closure

at-spi2-core: provide fallback dbus_daemon manually
This commit is contained in:
Matthew Bauer 2019-08-20 13:39:14 -04:00 committed by GitHub
commit d02e0b6020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,12 @@ stdenv.mkDerivation rec {
doCheck = false; # fails with "AT-SPI: Couldn't connect to accessibility bus. Is at-spi-bus-launcher running?"
# Provide dbus-daemon fallback when it is not already running when
# at-spi2-bus-launcher is executed. This allows us to avoid
# including the entire dbus closure in libraries linked with
# the at-spi2-core libraries.
mesonFlags = [ "-Ddbus_daemon=/run/current-system/sw/bin/dbus-daemon" ];
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;