nuweb: fix after texlive update

(cherry picked from commit 2217b1d77c)
This commit is contained in:
Dmitry Kalinkin
2020-03-16 02:27:21 -04:00
parent 3d1fdac251
commit ff2febd334

View File

@@ -10384,7 +10384,7 @@ in
# NOTE: Override and set icon-lang = null to use Awk instead of Icon.
noweb = callPackage ../development/tools/literate-programming/noweb { };
nuweb = callPackage ../development/tools/literate-programming/nuweb { tex = texlive.combined.scheme-small; };
nuweb = callPackage ../development/tools/literate-programming/nuweb { tex = texlive.combined.scheme-medium; };
nrfutil = callPackage ../development/tools/misc/nrfutil { };