sagetex: replace texlive.combined.scheme-basic with texliveBasic

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:26 +00:00
parent 8d9f66a2ee
commit e5075bb665
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
, stdenv
, fetchFromGitHub
, writeShellScript
, texlive
, texliveBasic
}:
stdenv.mkDerivation rec {
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
outputs = [ "tex" ];
nativeBuildInputs = [
texlive.combined.scheme-basic
texliveBasic
# multiple-outputs.sh fails if $out is not defined
(writeShellScript "force-tex-output.sh" ''
out="''${tex-}"