xvfb: fix darwin build (#511235)

This commit is contained in:
Paul Haerle
2026-04-21 12:31:45 +00:00
committed by GitHub
+1
View File
@@ -106,6 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
"-Ddtrace=false"
"-Dxquartz=false"
];
meta = {