diff --git a/pkgs/test/texlive/default.nix b/pkgs/test/texlive/default.nix index cfa7dbeb5542..e28b33d117ba 100644 --- a/pkgs/test/texlive/default.nix +++ b/pkgs/test/texlive/default.nix @@ -402,6 +402,29 @@ rec { done ''; + # verify that l3build works correctly + l3build = + runCommand "texlive-test-l3build" + { + nativeBuildInputs = [ (texliveSmall.withPackages (ps: [ ps.l3build ])) ]; + } + '' + cat >>build.lua <>test-l3build.tex <