Merge pull request #220123 from wegank/xorgserver-fix

xorg.xorgserver: fix build on darwin
This commit is contained in:
Weijia Wang
2023-03-08 20:39:32 +02:00
committed by GitHub
+1
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