Update pkgs/by-name/rw/rwalk/package.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
Nabeen Tiwaree
2024-12-30 17:33:49 -05:00
committed by pwnwriter
co-authored by Gaétan Lepage
parent 6773cf9314
commit dc3a0821fe
+9 -4
View File
@@ -25,15 +25,20 @@ rustPlatform.buildRustPackage rec {
pkg-config
];
buildInputs =
[
openssl
];
buildInputs = [
openssl
];
env = {
OPENSSL_NO_VENDOR = true;
};
nativeInstallCheckInputs = [
versionCheckHook
];
versionCheckProgramArg = [ "--version" ];
doInstallCheck = true;
meta = {
description = "Blazingly fast web directory scanner written in Rust";
homepage = "https://github.com/cestef/rwalk";