xorg.xorgserver: fix build on darwin

This commit is contained in:
Weijia Wang 2023-03-08 12:19:58 +02:00
parent 6a96bd05fb
commit a99778adf6

View File

@ -773,6 +773,7 @@ self: super:
"--with-apple-applications-dir=\${out}/Applications"
"--with-bundle-id-prefix=org.nixos.xquartz"
"--with-sha1=CommonCrypto"
"--without-dtrace" # requires Command Line Tools for Xcode
];
preConfigure = ''
mkdir -p $out/Applications