mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
tests.texlive.texdoc: use withDocs to add the doc containers
This commit is contained in:
@@ -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; })
|
||||
];
|
||||
}
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user