5 , dataPath ? "/var/lib/snappymail"
8 stdenv.mkDerivation rec {
13 url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
14 sha256 = "sha256-pKOYyEiVszbZM1iDe8e6YgaNPB6MoiAc24e06Nyeeb0=";
17 sourceRoot = "snappymail";
19 includeScript = writeText "include.php" ''
22 # the trailing `/` is important here
23 define('APP_DATA_FOLDER_PATH', '${dataPath}/');
29 rm -rf $out/{data,env-vars,_include.php}
30 cp ${includeScript} $out/include.php
34 description = "Simple, modern & fast web-based email client";
35 homepage = "https://snappymail.eu";
36 changelog = "https://github.com/the-djmaze/snappymail/blob/v${version}/CHANGELOG.md";
37 downloadPage = "https://github.com/the-djmaze/snappymail/releases";
38 license = licenses.agpl3Only;
39 platforms = platforms.all;
40 maintainers = with maintainers; [ mic92 ];