diff options
| author | zowoq <59103226+zowoq@users.noreply.github.com> | 2022-01-11 19:42:38 +1000 |
|---|---|---|
| committer | zowoq <59103226+zowoq@users.noreply.github.com> | 2022-01-13 10:51:09 +1000 |
| commit | 8af072583df84fda56ebf6089570e1d744269340 (patch) | |
| tree | 6594a43b8b588b741e63700bfeafad25c3c832ab | |
| parent | Merge pull request #152966 from r-ryantm/auto-update/argo (diff) | |
| download | nixpkgs-8af072583df84fda56ebf6089570e1d744269340.tar.gz | |
wprecon: mark broken
| -rw-r--r-- | pkgs/tools/security/wprecon/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/wprecon/default.nix b/pkgs/tools/security/wprecon/default.nix index 401692bdf67d..bd343a5f1b12 100644 --- a/pkgs/tools/security/wprecon/default.nix +++ b/pkgs/tools/security/wprecon/default.nix @@ -23,5 +23,6 @@ buildGoModule rec { # https://github.com/blackbinn/wprecon/blob/master/LICENSE license = with licenses; [ unfree ]; maintainers = with maintainers; [ fab ]; + broken = true; # build fails, missing tag }; } |
