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

This commit is contained in:
Vincenzo Mantova
2023-11-05 11:54:55 +00:00
parent 8f944be411
commit fb56552789
2 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@
, libpthreadstubs
, perl
, readline
, tex
, texliveBasic
, withThread ? true
}:
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
libX11
perl
readline
tex
texliveBasic
] ++ lib.optionals withThread [
libpthreadstubs
];
+1 -1
View File
@@ -39877,7 +39877,7 @@ with pkgs;
};
};
pari = callPackage ../applications/science/math/pari { tex = texlive.combined.scheme-basic; };
pari = callPackage ../applications/science/math/pari { };
gp2c = callPackage ../applications/science/math/pari/gp2c.nix { };
palp = callPackage ../applications/science/math/palp { };