10 , desktopToDarwinBundle
12 crystal.buildCrystalPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-3TfXvRVP3lu43qF3RWCHnZ3czTaSl5EzrhuTlpnMfKo=";
23 nativeBuildInputs = [ wrapGAppsHook ]
24 ++ lib.optionals stdenv.isDarwin [ desktopToDarwinBundle ];
25 buildInputs = [ vte libgit2 gtksourceview4 editorconfig-core-c ];
27 buildTargets = [ "all" ];
30 shardsFile = ./shards.nix;
32 installTargets = [ "install" "install-fonts"];
33 doInstallCheck = false;
36 description = "Lightweight, keyboard-oriented IDE for the masses";
37 homepage = "https://github.com/hugopl/tijolo";
38 license = licenses.mit;
39 mainProgram = "tijolo";
40 maintainers = with maintainers; [ sund3RRR ];