rsync: skip runtime ipv6 configure check (#360445)
This commit is contained in:
@@ -48,6 +48,9 @@ stdenv.mkDerivation rec {
|
||||
(lib.enableFeature enableOpenSSL "openssl")
|
||||
(lib.enableFeature enableXXHash "xxhash")
|
||||
(lib.enableFeature enableZstd "zstd")
|
||||
# Feature detection does a runtime check which varies according to ipv6
|
||||
# availability, so force it on to make reproducible, see #360152.
|
||||
(lib.enableFeature true "ipv6")
|
||||
"--with-nobody-group=nogroup"
|
||||
|
||||
# disable the included zlib explicitly as it otherwise still compiles and
|
||||
|
||||
Reference in New Issue
Block a user