diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index a7a6bea6d042..57ca33a3e98f 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -3109,7 +3109,7 @@ let telnet = callPackage ../tools/networking/telnet { }; texmacs = callPackage ../applications/editors/texmacs { - tex = texLive; /* tetex is also an option */ + tex = texlive.combined.scheme-small; extraFonts = true; };