mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
Merge pull request #66634 from matthewbauer/at-spi2-core-minimize-closure
at-spi2-core: provide fallback dbus_daemon manually
This commit is contained in:
commit
d02e0b6020
@ -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?"
|
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 = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
packageName = pname;
|
packageName = pname;
|
||||||
|
Loading…
Reference in New Issue
Block a user