inkscape-extensions.textext: don't use texlive.combine

This commit is contained in:
Christoph Jabs
2026-03-17 11:13:41 +02:00
parent cda48547b4
commit 75c4fc2f6e
@@ -5,7 +5,7 @@
runCommand,
inkcut,
callPackage,
texlive,
texliveBasic,
}:
{
@@ -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;
};
}