void-packages/srcpkgs/inkscape/patches/use-python2.patch
2020-04-20 15:59:38 +02:00

12 lines
466 B
Diff

--- src/extension/implementation/script.cpp.orig
+++ src/extension/implementation/script.cpp
@@ -88,7 +88,7 @@
#ifdef WIN32
{"python", "python-interpreter", "pythonw" },
#else
{"perl", "perl-interpreter", "perl" },
- {"python", "python-interpreter", "python" },
+ {"python", "python-interpreter", "python2" },
#endif
{"ruby", "ruby-interpreter", "ruby" },
{"shell", "shell-interpreter", "sh" },