about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-07-16 11:10:10 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-07-16 11:12:38 +0100
commitf31773b8522cb4b7966b21d526cac86ef3bc1bce (patch)
tree47a4c98bc1f00299449a52e84e2ac8eab6785081 /pkgs/development
parentdca801fbb7031699e4405b139781c03c561ae630 (diff)
tarsnapper: 0.2.1 -> 0.4
- project is not a python library -> move out of pythonPackages.
- also enable tests
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()