···1{ lib, stdenv, fetchFromGitHub, rustPlatform, pkg-config, openssl, Security
2-, testVersion, mdbook-linkcheck }:
34rustPlatform.buildRustPackage rec {
5 pname = "mdbook-linkcheck";
···2223 doCheck = false; # tries to access network to test broken web link functionality
2425- passthru.tests.version = testVersion { package = mdbook-linkcheck; };
2627 meta = with lib; {
28 description = "A backend for `mdbook` which will check your links for you.";
···1{ lib, stdenv, fetchFromGitHub, rustPlatform, pkg-config, openssl, Security
2+, testers, mdbook-linkcheck }:
34rustPlatform.buildRustPackage rec {
5 pname = "mdbook-linkcheck";
···2223 doCheck = false; # tries to access network to test broken web link functionality
2425+ passthru.tests.version = testers.testVersion { package = mdbook-linkcheck; };
2627 meta = with lib; {
28 description = "A backend for `mdbook` which will check your links for you.";