pipewire: fix build without x11 support

This commit is contained in:
Izorkin 2023-12-25 23:30:24 +03:00
parent 18730a04b0
commit b59ddb30f4
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -68,7 +68,7 @@
, mysofaSupport ? true
, libmysofa
, tinycompress
, ffadoSupport ? stdenv.buildPlatform.canExecute stdenv.hostPlatform
, ffadoSupport ? x11Support && stdenv.buildPlatform.canExecute stdenv.hostPlatform
, ffado
, libselinux
}: