nixpkgs/pkgs/applications/graphics/inkscape/extensions/textext/interpreter.patch
Arnout Engelen 2c18352f1e
inkscape-extensions.textext: init at 1.8.1
Introduce the 'textext' extension for including LaTeX graphics in Inkscape

Test it with `nix-shell -p "inkscape-with-extensions.override {
inkscapeExtensions = [ inkscape-extensions.textext ]; }" --run inkscape`

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2023-10-04 20:43:00 +02:00

11 lines
291 B
Diff

--- a/textext/textext.inx
+++ b/textext/textext.inx
@@ -8,6 +8,6 @@
</effects-menu>
</effect>
<script>
- <command location="inx" interpreter="python">__main__.py</command>
+ <command location="inx" interpreter="shell">launch.sh</command>
</script>
</inkscape-extension>