6 python3.pkgs.buildPythonApplication {
8 version = "51-unstable-2023-04-11";
11 src = fetchFromGitHub {
14 # Last build iteration is v51 from 2021, but there are some recent
15 # additions of syntax highlighting and dictionary files.
16 rev = "2976f01dc6421b5639505292b335212d413d044f";
17 hash = "sha256-DwVNNotRcYbvJX6iXffSQyZMFTxQexIhfG8reFmozN8=";
20 nativeBuildInputs = with python3.pkgs; [
25 ln -s $out/bin/ci.py $out/bin/ci_edit
26 ln -s $out/bin/ci.py $out/bin/we
27 install -Dm644 $src/app/*.words $out/${python3.sitePackages}/app/
30 pythonImportsCheck = [ "app" ];
33 description = "Terminal text editor with mouse support and ctrl+Q to quit";
34 homepage = "https://github.com/google/ci_edit";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ katexochen ];
37 mainProgram = "ci_edit";
38 platforms = platforms.unix;