mitscheme: use texinfo6

This commit is contained in:
MaxHearnden
2023-05-09 14:13:04 -07:00
committed by Brian Leung
parent 4487c14ec3
commit 44591b6e8a
+4 -2
View File
@@ -15740,8 +15740,10 @@ with pkgs;
mitama-cpp-result = callPackage ../development/libraries/mitama-cpp-result { };
mitscheme = callPackage ../development/compilers/mit-scheme
{ texLive = texlive.combine { inherit (texlive) scheme-small epsf texinfo; }; };
mitscheme = callPackage ../development/compilers/mit-scheme {
texLive = texlive.combine { inherit (texlive) scheme-small epsf texinfo; };
texinfo = texinfo6;
};
mitschemeX11 = mitscheme.override {
enableX11 = true;