libsm: update to 1.2.5
[oi-userland.git] / components / image / inkscape / patches / 04-inkscape-use-python3.9.patch
blob0adc7203062d76fb5cba2bea72a0875eeb91925d
1 --- inkscape-1.2.2_2022-12-01_b0a8486541/src/extension/implementation/script.cpp.old 2023-01-03 17:06:12.313343728 +0000
2 +++ inkscape-1.2.2_2022-12-01_b0a8486541/src/extension/implementation/script.cpp 2023-01-03 17:06:55.713358104 +0000
3 @@ -86,7 +86,7 @@
4 { "python", {"python-interpreter", {"python3" }}},
5 #else
6 { "perl", {"perl-interpreter", {"perl" }}},
7 - { "python", {"python-interpreter", {"python3", "python" }}},
8 + { "python", {"python-interpreter", {"/usr/bin/python3.9", "python" }}},
9 #endif
10 { "python2", {"python2-interpreter", {"python2", "python" }}},
11 { "ruby", {"ruby-interpreter", {"ruby" }}},