qemu: disable brlttySupport on darwin by default

It pulled `bluez` which doesn't evaluate on darwin,
consequently blocking the nixpkgs-unstable channel.
This commit is contained in:
Vladimír Čunát
2026-07-19 11:10:21 +02:00
parent 2350bde469
commit 2e67fe9a22
+1 -1
View File
@@ -99,7 +99,7 @@
capstone,
valgrindSupport ? false,
valgrind-light,
brlttySupport ? !minimal,
brlttySupport ? !minimal && !stdenv.hostPlatform.isDarwin,
brltty,
pluginsSupport ? !stdenv.hostPlatform.isStatic,
enableDocs ? !minimal || toolsOnly,