12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-FVtat3gUsK5Lv6XSkVXj0hY6NkMGw6LxRWMJrZ/cIis=";
24 nativeBuildInputs = [ poetry-core ];
26 propagatedBuildInputs = [
36 pythonImportsCheck = [ "editor" ];
39 description = "Open the default text editor";
40 homepage = "https://github.com/rec/editor";
41 changelog = "https://github.com/rec/editor/blob/${src.rev}/CHANGELOG";
42 license = licenses.mit;