mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
coreutils: use symlinks instead of shell wrapper
This commit is contained in:
parent
70ef8a10eb
commit
b7c134358d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user