nix-manual: drop mdbook-linkcheck dependency

Nix 2.31+ upstream already dropped [output.linkcheck] from
book.toml, so the linkcheck binary is not invoked during the
manual build.
This commit is contained in:
phaer
2026-03-04 11:17:11 +01:00
committed by Philip Taron
parent 95578b12ec
commit 8ddce74355
@@ -6,7 +6,6 @@
ninja,
lowdown-unsandboxed,
mdbook,
mdbook-linkcheck,
jq,
python3,
rsync,
@@ -35,7 +34,6 @@ mkMesonDerivation (finalAttrs: {
ninja
(lib.getBin lowdown-unsandboxed)
mdbook
mdbook-linkcheck
jq
python3
rsync