Loading pkgs/by-name/fe/feroxbuster/package.nix +9 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pkg-config, rustPlatform, nix-update-script, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading @@ -25,13 +26,20 @@ rustPlatform.buildRustPackage rec { OPENSSL_NO_VENDOR = true; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config versionCheckHook ]; buildInputs = [ openssl ]; # Tests require network access doCheck = false; doInstallCheck = true; versionCheckProgramArg = [ "--version" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { Loading Loading
pkgs/by-name/fe/feroxbuster/package.nix +9 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pkg-config, rustPlatform, nix-update-script, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading @@ -25,13 +26,20 @@ rustPlatform.buildRustPackage rec { OPENSSL_NO_VENDOR = true; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config versionCheckHook ]; buildInputs = [ openssl ]; # Tests require network access doCheck = false; doInstallCheck = true; versionCheckProgramArg = [ "--version" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { Loading