Skip to content

Commit

Permalink
trash-cli: fix listing files over mount points (#76637)
Browse files Browse the repository at this point in the history
  • Loading branch information
offlinehacker authored and rycee committed Dec 29, 2019
1 parent 3da80f0 commit f3cbe20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/tools/misc/trash-cli/default.nix
Expand Up @@ -26,6 +26,12 @@ python3Packages.buildPythonApplication rec {
url = "https://github.com/andreafrancia/trash-cli/commit/a21b80d1e69783bb09376c3f60dd2f2a10578805.patch";
sha256 = "0w49rjh433sjfc2cl5a9wlbr6kcn9f1qg905qsyv7ay3ar75wvyp";
})

# Fix listing trashed files over mount points, see https://github.com/andreafrancia/trash-cli/issues/95
(fetchpatch {
url = "https://github.com/andreafrancia/trash-cli/commit/436dfddb4c2932ba3ff696e4732750b7bdc58461.patch";
sha256 = "02pkcz7nj67jbnqpw1943nrv95m8xyjvab4j62fa64r73fagm8m4";
})
];

checkInputs = with python3Packages; [
Expand Down

0 comments on commit f3cbe20

Please sign in to comment.