mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
qemu: disable brlttySupport on darwin by default (#543459)
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
capstone,
|
||||
valgrindSupport ? false,
|
||||
valgrind-light,
|
||||
brlttySupport ? !minimal,
|
||||
brlttySupport ? !minimal && !stdenv.hostPlatform.isDarwin,
|
||||
brltty,
|
||||
pluginsSupport ? !stdenv.hostPlatform.isStatic,
|
||||
enableDocs ? !minimal || toolsOnly,
|
||||
|
||||
Reference in New Issue
Block a user