12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
17 owner = "ColorCookie-dev";
20 hash = "sha256-bYPUSrGJKoNLFkIiGuXraYoaYn/HKSP8IiH3gtyWfmw=";
23 cargoHash = "sha256-EVo8iewKs4D7H2GP/T5oFO6LlTSzuIUqEdpwgjCKtJ8=";
27 rustPlatform.bindgenHook
32 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
33 darwin.apple_sdk.frameworks.CoreAudio
34 darwin.apple_sdk.frameworks.CoreFoundation
37 passthru.tests.version = testers.testVersion {
42 description = "Pomodoro cli app in rust with timer and countdown";
43 homepage = "https://github.com/ColorCookie-dev/porsmo";
44 license = licenses.mit;
45 maintainers = with maintainers; [ MoritzBoehme ];
46 mainProgram = "porsmo";