9 stdenv.mkDerivation (finalAttrs: {
14 url = "https://www.scintilla.org/scite${lib.replaceStrings [ "." ] [ "" ] finalAttrs.version}.tgz";
15 hash = "sha256-MtXy8a4MzdJP8Rf6otc+Zu+KfYSJnmmXfBS8RVBBbOY=";
23 sourceRoot = "scite/gtk";
27 "prefix=${placeholder "out"}"
31 # GCC 13: error: 'intptr_t' does not name a type
33 "-include system_error"
37 pushd ../../scintilla/gtk
38 make ''${makeFlags[@]}
41 pushd ../../lexilla/src
42 make ''${makeFlags[@]}
46 enableParallelBuilding = true;
49 homepage = "https://www.scintilla.org/SciTE.html";
50 description = "SCIntilla based Text Editor";
51 license = lib.licenses.mit;
52 platforms = lib.platforms.linux;
53 maintainers = with lib.maintainers; [
57 mainProgram = "SciTE";