12 rustPlatform.buildRustPackage rec {
13 pname = "tui-journal";
16 src = fetchFromGitHub {
17 owner = "AmmarAbouZor";
20 hash = "sha256-A3uSbd3tXrXe3jvlppndyg3L2gi5eiaxIrPTKqD5vog=";
23 cargoHash = "sha256-b3loo6ZzZs3XwBI4JT9oth57vP3Aaulp24B7YDSnhhQ=";
33 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
34 darwin.apple_sdk.frameworks.AppKit
35 darwin.apple_sdk.frameworks.Security
39 description = "Your journal app if you live in a terminal";
40 homepage = "https://github.com/AmmarAbouZor/tui-journal";
41 changelog = "https://github.com/AmmarAbouZor/tui-journal/blob/${src.rev}/CHANGELOG.ron";
42 license = licenses.mit;
43 maintainers = with maintainers; [ figsoda ];
44 mainProgram = "tjournal";