1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Corrects comment: build-use-chroot is the same as sandbox.

This commit is contained in:
Thibault Gagnaux 2020-03-01 19:30:17 +01:00
parent 917b088490
commit 655dff2ef0

View file

@ -4,8 +4,8 @@
This derivation is impure: it relies on an Xcode toolchain being installed
and available in the expected place. The values of sandboxProfile
are copied pretty directly from the MacVim derivation, which
is also impure. In order to build you at least need the `build-use-chroot`
option set to `relaxed` or set the `sandbox` option to `false`.
is also impure. In order to build you at least need the `sandbox`
option set to `relaxed` or `false`.
*/
stdenv.mkDerivation rec {