sagetex: replace texlive.combined.scheme-basic with texliveBasic
This commit is contained in:
parent
8d9f66a2ee
commit
e5075bb665
1 changed files with 2 additions and 2 deletions
|
@ -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-}"
|
||||
|
|
Loading…
Reference in a new issue