mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
Merge pull request #228696 from status-im/xcodeenv/use-no-chroot
xcodeenv: use __noChroot to avoid permission errors
This commit is contained in:
commit
d0f032c6c9
@ -8,6 +8,8 @@ assert stdenv.isDarwin;
|
||||
stdenv.mkDerivation {
|
||||
pname = "xcode-wrapper${lib.optionalString allowHigher "-plus"}";
|
||||
inherit version;
|
||||
# Fails in sandbox. Use `--option sandbox relaxed` or `--option sandbox false`.
|
||||
__noChroot = true;
|
||||
buildCommand = ''
|
||||
mkdir -p $out/bin
|
||||
cd $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user