tests.texlive.texdoc: use withDocs to add the doc containers

This commit is contained in:
Vincenzo Mantova
2026-05-16 18:14:05 +01:00
parent 38a19e2d2f
commit 96c9b622de

View File

@@ -239,11 +239,7 @@ rec {
runCommand "texlive-test-texdoc"
{
nativeBuildInputs = [
(texlive.withPackages (ps: [
ps.luatex
ps.texdoc
ps.texdoc.texdoc
]))
((texlive.withPackages (ps: [ ps.texdoc ])).overrideAttrs { withDocs = true; })
];
}
''