mitscheme: replace texlive.combine with texliveSmall.withPackages
This commit is contained in:
parent
f6a496b3de
commit
2fa4ebdbc1
@ -4,7 +4,7 @@
|
||||
, makeWrapper
|
||||
, gnum4
|
||||
, texinfo
|
||||
, texLive
|
||||
, texliveSmall
|
||||
, automake
|
||||
, autoconf
|
||||
, libtool
|
||||
@ -85,7 +85,7 @@ stdenv.mkDerivation {
|
||||
$out/lib/mit-scheme${arch}-${version}
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ makeWrapper gnum4 texinfo texLive automake ghostscript autoconf libtool ];
|
||||
nativeBuildInputs = [ makeWrapper gnum4 texinfo (texliveSmall.withPackages (ps: with ps; [ epsf ps.texinfo ])) automake ghostscript autoconf libtool ];
|
||||
|
||||
# XXX: The `check' target doesn't exist.
|
||||
doCheck = false;
|
||||
|
@ -16800,7 +16800,6 @@ 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; };
|
||||
texinfo = texinfo6;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user