1 { lib, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 src = python3Packages.fetchPypi {
9 sha256 = "06nsy9ikljc437368l38hsw75whacn3j6jwmdgg766q61pnifhkp";
13 description = "Program to rename and remove files and directories using your editor";
14 homepage = "https://github.com/bulletmark/edir";
15 license = licenses.gpl3Plus;
16 maintainers = with maintainers; [ guyonvarch ];
17 platforms = platforms.all;