ayatana-indicator-sound: Disable parallel testing

Spins up & talks with D-Bus in multiple tests, parallelism gets tests talking to each others' D-Bus daemons
and failing when the bus they're talking to gets shut down by another test.
This commit is contained in:
OPNA2608
2025-01-14 23:10:17 +01:00
parent f2ce8e7d79
commit 3d9f780734
@@ -105,6 +105,9 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
# Starts & talks to D-Bus, breaks under parallelism
enableParallelChecking = false;
passthru = {
ayatana-indicators = {
ayatana-indicator-sound = [