diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index 4ed43a18988..ea9ee271ebf 100644 --- a/pkgs/tools/misc/coreutils/default.nix +++ b/pkgs/tools/misc/coreutils/default.nix @@ -3,7 +3,7 @@ , selinuxSupport? false, libselinux ? null, libsepol ? null , autoconf, automake114x, texinfo , withPrefix ? false -, singleBinary ? true # you can also pass "symlinks", for example +, singleBinary ? "symlinks" # you can also pass "shebangs" or false }: assert aclSupport -> acl != null;