pari: replace texlive.combined.scheme-basic with texliveBasic
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user