From b7c134358d738db7f8ff862219ad48d53ce4b62a Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Tue, 5 Jul 2016 20:51:24 +0200 Subject: [PATCH] coreutils: use symlinks instead of shell wrapper --- pkgs/tools/misc/coreutils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;