jack2: Add expat

It is an explicit dependency, currently being obtained from dbus, which incorrectly propagates it.
This commit is contained in:
Adam C. Stephens
2026-01-19 01:21:10 +01:00
committed by Jan Tojnar
parent e4bae1bd10
commit cc6447dfaa
+2
View File
@@ -16,6 +16,7 @@
# Optional Dependencies
dbus ? null,
expat, # for dbus
libffado ? null,
alsa-lib ? null,
@@ -66,6 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
optLibffado
optAlsaLib
]
++ lib.optionals (optDbus != null) [ expat ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
aften
]