pipewire: depend on libxcb independently of libx11 propagating it
This commit is contained in:
committed by
Alyssa Ross
parent
b712355dd5
commit
596f710ee3
@@ -165,6 +165,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optionals x11Support [
|
||||
libcanberra
|
||||
xorg.libX11
|
||||
xorg.libxcb
|
||||
xorg.libXfixes
|
||||
]
|
||||
++ lib.optionals bluezSupport [
|
||||
|
||||
Reference in New Issue
Block a user