about summary refs log tree commit diff
path: root/pkgs/applications/misc/iterm2
diff options
context:
space:
mode:
authorThibault Gagnaux <thibault@gagnaux.ch>2020-03-01 19:30:17 +0100
committerThibault Gagnaux <thibault@gagnaux.ch>2020-03-01 19:30:17 +0100
commit655dff2ef02584a0c07a3f6e0e31c80580d69df0 (patch)
treecc01ffb04efaaf067aabb6e56658c6b7d3e9cfd0 /pkgs/applications/misc/iterm2
parent917b0884903cf6d955a148610524563f451f9858 (diff)
Corrects comment: `build-use-chroot` is the same as `sandbox`.
Diffstat (limited to 'pkgs/applications/misc/iterm2')
-rw-r--r--pkgs/applications/misc/iterm2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/iterm2/default.nix b/pkgs/applications/misc/iterm2/default.nix
index db60644bfbbc7..cabe306defc88 100644
--- a/pkgs/applications/misc/iterm2/default.nix
+++ b/pkgs/applications/misc/iterm2/default.nix
@@ -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 {