wget: fix and enable strictDeps (#361823)

This commit is contained in:
Sandro
2024-12-06 17:58:26 +01:00
committed by GitHub
+4 -1
View File
@@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
perlPackages.perl
];
strictDeps = true;
configureFlags =
[
(lib.withFeatureAs withOpenssl "ssl" "openssl")
@@ -101,7 +103,8 @@ stdenv.mkDerivation rec {
sed -i 's/^exit/exit 77 #/' $f
done
'';
checkInputs =
nativeCheckInputs =
[
perlPackages.HTTPDaemon
python3