Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mitscheme: replace texlive.combine with texliveSmall.withPackages

+2 -3
+2 -2
pkgs/development/compilers/mit-scheme/default.nix
··· 4 4 , makeWrapper 5 5 , gnum4 6 6 , texinfo 7 - , texLive 7 + , texliveSmall 8 8 , automake 9 9 , autoconf 10 10 , libtool ··· 85 85 $out/lib/mit-scheme${arch}-${version} 86 86 ''; 87 87 88 - nativeBuildInputs = [ makeWrapper gnum4 texinfo texLive automake ghostscript autoconf libtool ]; 88 + nativeBuildInputs = [ makeWrapper gnum4 texinfo (texliveSmall.withPackages (ps: with ps; [ epsf ps.texinfo ])) automake ghostscript autoconf libtool ]; 89 89 90 90 # XXX: The `check' target doesn't exist. 91 91 doCheck = false;
-1
pkgs/top-level/all-packages.nix
··· 16800 16800 mitama-cpp-result = callPackage ../development/libraries/mitama-cpp-result { }; 16801 16801 16802 16802 mitscheme = callPackage ../development/compilers/mit-scheme { 16803 - texLive = texlive.combine { inherit (texlive) scheme-small epsf texinfo; }; 16804 16803 texinfo = texinfo6; 16805 16804 }; 16806 16805