xorg.xorgserver: fix build on darwin
This commit is contained in:
parent
6a96bd05fb
commit
a99778adf6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue