mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
16 lines
831 B
Diff
16 lines
831 B
Diff
--- a/src/extension/implementation/script.cpp
|
|
+++ b/src/extension/implementation/script.cpp
|
|
@@ -77,10 +77,10 @@ const std::map<std::string, Script::inte
|
|
{ "python", {"python-interpreter", {"pythonw" }}},
|
|
#elif defined __APPLE__
|
|
{ "perl", {"perl-interpreter", {"perl" }}},
|
|
- { "python", {"python-interpreter", {"python3" }}},
|
|
+ { "python", {"python-interpreter", {"@python3@" }}},
|
|
#else
|
|
{ "perl", {"perl-interpreter", {"perl" }}},
|
|
- { "python", {"python-interpreter", {"python3", "python" }}},
|
|
+ { "python", {"python-interpreter", {"@python3@" }}},
|
|
#endif
|
|
{ "python2", {"python2-interpreter", {"python2", "python" }}},
|
|
{ "ruby", {"ruby-interpreter", {"ruby" }}},
|