summary refs log tree commit diff
path: root/pkgs/development/python-modules/tarsnapper-path.patch
blob: 337ad49f97152ddec52e5058e7f8b8e1b64641d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/src/tarsnapper/script.py b/src/tarsnapper/script.py
index 737ac8d..52cc775 100644
--- a/src/tarsnapper/script.py
+++ b/src/tarsnapper/script.py
@@ -48,7 +48,7 @@ class TarsnapBackend(object):
         """
         ``arguments`` is a single list of strings.
         """
-        call_with = ['tarsnap']
+        call_with = ['@NIXTARSNAPPATH@']
         for option in self.options:
             key = option[0]
             pre = "-" if len(key) == 1 else "--"
@@ -499,4 +499,4 @@ def run():
 
 
 if __name__ == '__main__':
-    run()
\ No newline at end of file
+    run()