7 python3Packages.buildPythonApplication rec {
13 inherit pname version;
14 hash = "sha256-kqFJhPIdinqPBKfNY3lHeMXpzrcnSkFODGBiqGt/whM=";
17 nativeBuildInputs = with python3Packages; [
21 propagatedBuildInputs = with python3Packages; [
26 description = "Program to rename and remove files and directories using your editor";
27 homepage = "https://github.com/bulletmark/edir";
28 license = licenses.gpl3Plus;
29 maintainers = with maintainers; [ guyonvarch ];
30 platforms = platforms.all;