mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
xorg.xorgserver: fix build on darwin
This commit is contained in:
parent
6a96bd05fb
commit
a99778adf6
@ -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 New Issue
Block a user