1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
10 hash = "sha256-5b86/M8xqzwWMCRtsH1qwmooyfOhORgXgctRjzQEmlU=";
13 nativeBuildInputs = with python3Packages; [
17 propagatedBuildInputs = with python3Packages; [
22 description = "Program to rename and remove files and directories using your editor";
23 homepage = "https://github.com/bulletmark/edir";
24 license = licenses.gpl3Plus;
25 maintainers = with maintainers; [ guyonvarch ];
26 platforms = platforms.all;