mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
12 lines
467 B
Diff
12 lines
467 B
Diff
--- a/imports/file_garminfit.py
|
|
+++ b/imports/file_garminfit.py
|
|
@@ -81,7 +81,7 @@
|
|
logging.debug(">>")
|
|
result = False
|
|
try:
|
|
- result = subprocess.check_output(["perl",
|
|
+ result = subprocess.check_output(["@perl@",
|
|
self.main_data_path+"plugins/garmin-fit/bin/fit2tcx",
|
|
filename])
|
|
except subprocess.CalledProcessError:
|