9 stdenv.mkDerivation rec {
14 url = "https://git.causal.agency/notemap/snapshot/notemap-${version}.tar.gz";
15 sha256 = "0s9c1xx0iggyzclqw3294bjv7qgvd5l5zgbryks4hvfibr73r6ps";
24 ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
29 description = "Mirror notes to IMAP";
31 notemap(1) mirrors text files to an IMAP mailbox in a format compatible with the iOS
32 Notes app. It's intended to make notes managed in git(1) easily accessible
35 license = lib.licenses.gpl3Plus;
36 maintainers = [ lib.maintainers.sternenseemann ];
37 homepage = "https://git.causal.agency/notemap/about/";
38 platforms = lib.platforms.unix;