9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-RCD11KdzM66Mkydc51r6fG+q8bmKl5eZma58YoARwPo=";
20 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
21 with darwin.apple_sdk; [ frameworks.SystemConfiguration ]
24 GIT_HASH = "000000000000000000000000000000000000000000000000000";
27 # skip failing test due to nix build timestamps
28 "--skip=widgets::text_note::tests::test_created_at"
31 cargoHash = "sha256-8ciA1FoGdnU+GWRcYJc8zU2FpUgGwTZSZynvAi1luYo=";
34 homepage = "https://github.com/akiomik/nostui";
35 description = "TUI client for Nostr";
36 license = licenses.mit;
37 maintainers = with maintainers; [ heywoodlh ];
38 platforms = platforms.unix;
39 mainProgram = "nostui";