2
0
Fork 0

rsync: override to disable ACL

Same as the BSDs.
This commit is contained in:
Ehmry - 2020-10-19 00:14:50 +02:00
parent 5ed177cba7
commit e207dd7547
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ in {
"rm $out/bin/c_rehash"; # eliminate the perl runtime dependency
});
rsync = overrideHost rsync { enableACLs = false; };
solo5-tools = callPackage ./solo5-tools { };
tup = prev.tup.overrideAttrs (attrs: { setupHook = ./tup/setup-hook.sh; });