From 53d6abc682bd46e0a823c30e0219101464cb927b Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Wed, 23 Jun 2021 22:16:37 -0400 Subject: tests.texlive.texdoc: init --- pkgs/test/texlive/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'pkgs/test') diff --git a/pkgs/test/texlive/default.nix b/pkgs/test/texlive/default.nix index d8420d99136..86c0a7f795b 100644 --- a/pkgs/test/texlive/default.nix +++ b/pkgs/test/texlive/default.nix @@ -105,4 +105,18 @@ mkdir "$out" mv document*.svg "$out"/ ''; + + texdoc = runCommandNoCC "texlive-test-texdoc" { + nativeBuildInputs = [ + (with texlive; combine { + inherit scheme-infraonly luatex texdoc; + pkgFilter = pkg: lib.elem pkg.tlType [ "run" "bin" "doc" ]; + }) + ]; + } '' + texdoc --version + + texdoc --debug --list texdoc | tee "$out" + grep texdoc.pdf "$out" + ''; } -- cgit 1.4.1