Commit d901d0db authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

xvfb: fix darwin build

It was broken by f522fd2246ab3e73a16c4c30b6e4e6a6f476d153 that dropped
--disable-xquartz without replacing it with -D meson flag.
parent 8c8c8dc8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [
    "-Ddtrace=false"
    "-Dxquartz=false"
  ];

  meta = {