28 stdenv.mkDerivation rec {
29 pname = "elementary-code";
32 src = fetchFromGitHub {
36 sha256 = "sha256-KoRpGBYen1eOdMBHOTBMopC+mPMOkD+iYWV3JA21mKc=";
45 polkit # needed for ITS rules
64 # ctags needed in path by outline plugin
67 --prefix PATH : "${lib.makeBinPath [ ctags ]}"
72 updateScript = nix-update-script { };
76 description = "Code editor designed for elementary OS";
77 homepage = "https://github.com/elementary/code";
78 license = licenses.gpl3Plus;
79 platforms = platforms.linux;
80 maintainers = teams.pantheon.members;
81 mainProgram = "io.elementary.code";