about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-07-16 22:02:29 +0100
committerGitHub <noreply@github.com>2017-07-16 22:02:29 +0100
commitb6f9047d0193f3275e5e837e33ed21505e0c682b (patch)
treec3fa49bfd3dcf678d49b55dcfb617a7d9c73dfa0 /pkgs/development
parent7fcddfe3888f294ffc1abd28db9df0fba232211b (diff)
parentf31773b8522cb4b7966b21d526cac86ef3bc1bce (diff)
Merge pull request #27418 from roconnor/tarsnap
tarsnap: 1.0.37 -> 1.0.38
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/tarsnapper-path.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkgs/development/python-modules/tarsnapper-path.patch b/pkgs/development/python-modules/tarsnapper-path.patch
deleted file mode 100644
index 337ad49f97152..0000000000000
--- a/pkgs/development/python-modules/tarsnapper-path.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-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()