mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 00:17:24 +00:00
eukleides: move texlive dependencies to tlDeps
This commit is contained in:
parent
57b2634ac1
commit
acb02e2fab
@ -49,10 +49,12 @@ stdenv.mkDerivation (finalAttrs: rec {
|
||||
|
||||
outputs = [ "out" "doc" "tex" ];
|
||||
|
||||
passthru.tlType = "run";
|
||||
passthru.pkgs = [ finalAttrs.finalPackage.tex ]
|
||||
passthru = {
|
||||
tlType = "run";
|
||||
# packages needed by euktoeps, euktopdf and eukleides.sty
|
||||
++ (with texlive; collection-pstricks.pkgs ++ epstopdf.pkgs ++ iftex.pkgs ++ moreverb.pkgs);
|
||||
tlDeps = with texlive; [ collection-pstricks epstopdf iftex moreverb ];
|
||||
pkgs = [ finalAttrs.finalPackage.tex ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Geometry Drawing Language";
|
||||
|
Loading…
Reference in New Issue
Block a user