2
0
Fork 0

rsync: avoid popt, split binaries from manpages

This commit is contained in:
Emery Hemingway 2020-11-25 21:15:53 +01:00
parent 467a509f6e
commit 9dd4e5393b
1 changed files with 4 additions and 1 deletions

View File

@ -128,7 +128,10 @@ in {
"rm $out/bin/c_rehash"; # eliminate the perl runtime dependency
});
rsync = overrideHost rsync { enableACLs = false; };
rsync = overrideHostAttrs (overrideHost rsync {
enableACLs = false;
popt = null;
}) (attrs: { outputs = [ "out" "man" ]; });
solo5-tools = callPackage ./solo5-tools { };