mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
2c18352f1e
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>
11 lines
291 B
Diff
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>
|