Skip to content

Commit

Permalink
wget: fix and enable strictDeps (NixOS#361823)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 6, 2024
2 parents c122883 + a4113d9 commit 2463134
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/wg/wget/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
perlPackages.perl
];

strictDeps = true;

configureFlags =
[
(lib.withFeatureAs withOpenssl "ssl" "openssl")
Expand Down Expand Up @@ -101,7 +103,8 @@ stdenv.mkDerivation rec {
sed -i 's/^exit/exit 77 #/' $f
done
'';
checkInputs =

nativeCheckInputs =
[
perlPackages.HTTPDaemon
python3
Expand Down

0 comments on commit 2463134

Please sign in to comment.