10 rustPlatform.buildRustPackage rec {
15 inherit pname version;
16 hash = "sha256-/ZUmMLEqlpqu+Ja/3XjFJf+OFZJCz7rp5MrQBEjwsXs=";
19 cargoHash = "sha256-L6s1LkWnjht2VLwq1GOFiIosnZjFN9tDSLpPtokmj9o=";
27 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
28 darwin.apple_sdk.frameworks.Security
32 description = "Current stars history tells only half the story";
33 homepage = "https://github.com/Canop/starry";
34 license = licenses.agpl3Only;
35 maintainers = with maintainers; [ figsoda ];
36 mainProgram = "starry";