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:
@@ -106,6 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"-Ddtrace=false"
|
||||
"-Dxquartz=false"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user