rsync: avoid popt, split binaries from manpages
parent
467a509f6e
commit
9dd4e5393b
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue