Skip to content

Commit 6b628d7

Browse files
wmertensfpletz
authored andcommittedJul 19, 2017
rsync: build with own zlib again
Rsync has its own patched compress function, and to be able to use the `-z` flag, it needs to use that one. With `-zz` rsync can use an external zlib, but then it can't talk to older rsync versions. More details at https://bugs.mageia.org/show_bug.cgi?id=13669
1 parent cd2724d commit 6b628d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/networking/sync/rsync/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
2121
buildInputs = [libiconv zlib popt] ++ stdenv.lib.optional enableACLs acl;
2222
nativeBuildInputs = [perl];
2323

24-
configureFlags = ["--with-nobody-group=nogroup" "--without-included-zlib"];
24+
configureFlags = ["--with-nobody-group=nogroup"];
2525

2626
meta = base.meta // {
2727
description = "A fast incremental file transfer utility";

0 commit comments

Comments
 (0)