lix: drop mdbook-linkcheck dependency

Lix 2.93/2.94 still reference [output.linkcheck] in book.toml,
but mdbook-linkcheck2 installs as binary 'mdbook-linkcheck2'
which mdbook cannot discover via [output.linkcheck]. Substituting
mdbook-linkcheck2 would not work due to this binary name mismatch.

Dropping it entirely for now seems safe, lix upstream commented it out
in 54df89f601b3. And the build still passes.
This commit is contained in:
phaer
2026-03-04 11:17:17 +01:00
committed by Philip Taron
parent 8ddce74355
commit 2790cfc4da
@@ -50,7 +50,6 @@ assert lib.assertMsg (
lsof,
mercurial,
mdbook,
mdbook-linkcheck,
nlohmann_json,
ninja,
openssl,
@@ -179,7 +178,6 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optionals enableDocumentation [
(lib.getBin lowdown-unsandboxed)
mdbook
mdbook-linkcheck
doxygen
]
++ lib.optionals (hasDtraceSupport && withDtrace) [ systemtap-sdt ]