Merge pull request #116070 from midchildan/fix/wget-darwin
wget: fix darwin build
This commit is contained in:
commit
7744067c02
@ -37,6 +37,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
(lib.withFeatureAs (openssl != null) "ssl" "openssl")
|
(lib.withFeatureAs (openssl != null) "ssl" "openssl")
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
# https://lists.gnu.org/archive/html/bug-wget/2021-01/msg00076.html
|
||||||
|
"--without-included-regex"
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user