11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-FVtat3gUsK5Lv6XSkVXj0hY6NkMGw6LxRWMJrZ/cIis=";
27 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Open the default text editor";
43 homepage = "https://github.com/rec/editor";
44 changelog = "https://github.com/rec/editor/blob/${src.rev}/CHANGELOG";
45 license = licenses.mit;
46 maintainers = with maintainers; [ ];