mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
Merge pull request #230642 from leungbk/mitscheme-fix
mitscheme: use texinfo6
This commit is contained in:
commit
33e31386a9
@ -15749,8 +15749,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;
|
||||
|
Loading…
Reference in New Issue
Block a user