Merge pull request #36451 from 7c6f434c/texlive-doc

A note about scheme-* in texlive.combine
This commit is contained in:
Michael Raskin
2018-03-07 22:25:28 +00:00
committed by GitHub

View File

@@ -39,6 +39,9 @@ nix-repl> :l <nixpkgs>
nix-repl> texlive.collection-<TAB>
</programlisting>
</para></listitem>
<listitem><para>
Note that the wrapper assumes that the result has a chance to be useful. For example, the core executables should be present, as well as some core data files. The supported way of ensuring this is by including some scheme, for example <varname>scheme-basic</varname>, into the combination.
</para></listitem>
</itemizedlist>
</section>