jack2: Add expat
It is an explicit dependency, currently being obtained from dbus, which incorrectly propagates it.
This commit is contained in:
committed by
Jan Tojnar
parent
e4bae1bd10
commit
cc6447dfaa
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user