xvfb: fix darwin build

It was broken by f522fd2246 that dropped
--disable-xquartz without replacing it with -D meson flag.
This commit is contained in:
Ihar Hrachyshka
2026-04-18 17:56:20 -04:00
parent 8c8c8dc85e
commit d901d0dbf2
+1
View File
@@ -106,6 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
"-Ddtrace=false"
"-Dxquartz=false"
];
meta = {