about summary refs log tree commit diff
path: root/pkgs/tools/misc/trash-cli/nix-paths.patch
diff options
context:
space:
mode:
authorndowens <ndowens04@gmail.com>2017-03-02 19:44:17 -0600
committerRobert Helgesson <robert@rycee.net>2017-03-03 21:08:54 +0100
commit477014fd6a8c88efe314524d465b15c4379c7921 (patch)
treec4f7538c9c9735acc976570fe84653a159d58ac0 /pkgs/tools/misc/trash-cli/nix-paths.patch
parent3d2e118a5554b620bf1c2fb2befaf9fae23a3e34 (diff)
downloadnixlib-477014fd6a8c88efe314524d465b15c4379c7921.tar
nixlib-477014fd6a8c88efe314524d465b15c4379c7921.tar.gz
nixlib-477014fd6a8c88efe314524d465b15c4379c7921.tar.bz2
nixlib-477014fd6a8c88efe314524d465b15c4379c7921.tar.lz
nixlib-477014fd6a8c88efe314524d465b15c4379c7921.tar.xz
nixlib-477014fd6a8c88efe314524d465b15c4379c7921.tar.zst
nixlib-477014fd6a8c88efe314524d465b15c4379c7921.zip
trash-cli: 0.12.9.14 -> 0.17.1.14
Diffstat (limited to 'pkgs/tools/misc/trash-cli/nix-paths.patch')
-rw-r--r--pkgs/tools/misc/trash-cli/nix-paths.patch17
1 files changed, 2 insertions, 15 deletions
diff --git a/pkgs/tools/misc/trash-cli/nix-paths.patch b/pkgs/tools/misc/trash-cli/nix-paths.patch
index 29412027b7a5..d7b485eec158 100644
--- a/pkgs/tools/misc/trash-cli/nix-paths.patch
+++ b/pkgs/tools/misc/trash-cli/nix-paths.patch
@@ -1,18 +1,5 @@
-diff -Nurp trash-cli-0.12.9.14-orig/integration_tests/test_trash_rm_script.py trash-cli-0.12.9.14/integration_tests/test_trash_rm_script.py
---- trash-cli-0.12.9.14-orig/integration_tests/test_trash_rm_script.py	2014-12-23 10:10:43.808470486 +0100
-+++ trash-cli-0.12.9.14/integration_tests/test_trash_rm_script.py	2014-12-23 10:11:02.688517975 +0100
-@@ -9,7 +9,7 @@ from pprint import pprint
- @istest
- class WhenNoArgs:
-     def setUp(self):
--        process = Popen(['python', 'trashcli/rm.py'],
-+        process = Popen(['@python@', 'trashcli/rm.py'],
-                     env={'PYTHONPATH':'.'},
-                     stdin=None,
-                     stdout=PIPE,
-diff -Nurp trash-cli-0.12.9.14-orig/trashcli/list_mount_points.py trash-cli-0.12.9.14/trashcli/list_mount_points.py
---- trash-cli-0.12.9.14-orig/trashcli/list_mount_points.py	2014-12-23 10:10:43.808470486 +0100
-+++ trash-cli-0.12.9.14/trashcli/list_mount_points.py	2014-12-23 10:19:04.954796457 +0100
+--- a/trashcli/list_mount_points.py	2014-12-23 10:10:43.808470486 +0100
++++ a/trashcli/list_mount_points.py	2014-12-23 10:19:04.954796457 +0100
 @@ -12,7 +12,7 @@ def mount_points_from_getmnt():
  
  def mount_points_from_df():