8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "arthurhenrique";
16 hash = "sha256-pdsP2nuJh30BzqIyxSQXak/rceA4hI9jBYy1dDVEIvI=";
19 cargoHash = "sha256-5eS+OMaNAVNyDMKFNfb0J0rLsikw2LCXhWk7MS9UV2k=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
22 darwin.apple_sdk.frameworks.Foundation
26 description = "Minimal command line calendar, similar to cal";
27 mainProgram = "rusti-cal";
28 homepage = "https://github.com/arthurhenrique/rusti-cal";
29 license = [ licenses.mit ];
30 maintainers = [ maintainers.detegr ];