wget: fix and enable strictDeps

This commit is contained in:
FliegendeWurst
2024-12-04 18:48:54 +01:00
parent f866535790
commit a4113d92a2
+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