9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
14 owner = "elizagamedev";
17 sha256 = "sha256-Qb9fEPQrdn+Ek9bdOMfaPIxlGGpQ9RfQZOeeqoOf17E=";
20 cargoHash = "sha256-nnAYjutjxtEpDNoWTnlESDO4Haz14wZxY4gdyzdLgBU=";
24 ] ++ lib.optional stdenv.hostPlatform.isDarwin Security;
27 description = "JMAP integration for notmuch mail";
28 homepage = "https://github.com/elizagamedev/mujmap/";
29 license = licenses.gpl3Plus;
30 maintainers = with maintainers; [ elizagamedev ];
31 mainProgram = "mujmap";