trash-cli: fix listing files over mount points (#76637)
This commit is contained in:
parent
3da80f0f7e
commit
f3cbe205fd
|
@ -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; [
|
||||
|
|
Loading…
Reference in New Issue