Loading pkgs/applications/graphics/inkscape/extensions.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ runCommand, inkcut, callPackage, texlive, texliveBasic, }: { Loading Loading @@ -51,7 +51,7 @@ inkstitch = callPackage ./extensions/inkstitch { }; silhouette = callPackage ./extensions/silhouette { }; textext = callPackage ./extensions/textext { pdflatex = texlive.combined.scheme-basic; lualatex = texlive.combined.scheme-basic; pdflatex = texliveBasic; lualatex = texliveBasic; }; } Loading
pkgs/applications/graphics/inkscape/extensions.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ runCommand, inkcut, callPackage, texlive, texliveBasic, }: { Loading Loading @@ -51,7 +51,7 @@ inkstitch = callPackage ./extensions/inkstitch { }; silhouette = callPackage ./extensions/silhouette { }; textext = callPackage ./extensions/textext { pdflatex = texlive.combined.scheme-basic; lualatex = texlive.combined.scheme-basic; pdflatex = texliveBasic; lualatex = texliveBasic; }; }