8 stdenv.mkDerivation rec {
13 url = "https://github.com/muquit/mailsend/archive/${version}.tar.gz";
14 sha256 = "sha256-Vl72vibFjvdQZcVRnq6N1VuuMUKShhlpayjSQrc0k/c=";
21 "--with-openssl=${openssl.dev}"
26 url = "https://github.com/muquit/mailsend/commit/960df6d7a11eef90128dc2ae660866b27f0e4336.patch";
27 sha256 = "0vz373zcfl19inflybfjwshcq06rvhx0i5g0f4b021cxfhyb1sm0";
29 # Pull fix pending upstream inclusion for parallel build failures:
30 # https://github.com/muquit/mailsend/pull/165
32 name = "parallel-install.patch";
33 url = "https://github.com/muquit/mailsend/commit/acd4ebedbce0e4af3c7b6632f905f73e642ca38c.patch";
34 hash = "sha256-p8tNnkU6cMopuP63kVtRbD9aenhzL1EAXlvvFh4fucE=";
38 enableParallelBuilding = true;
41 description = "CLI email sending tool";
42 license = licenses.bsd3;
43 maintainers = with maintainers; [ raskin ];
44 platforms = platforms.linux;
45 homepage = "https://github.com/muquit/mailsend";
46 downloadPage = "https://github.com/muquit/mailsend/releases";
47 mainProgram = "mailsend";