17 version = "unstable-2024-01-14";
19 src = fetchFromSourcehut {
22 rev = "d61a01c2d6d5bdcc9ca500b466ed42689b2bd5c6";
23 hash = "sha256-KmL3ODXPi1c8C5z2ySHg0vA5Vg/dZumDZTbpxkzf7A4=";
40 # needed for qmlplugindump to work
41 QT_PLUGIN_PATH = "${qtbase.bin}/${qtbase.qtPluginPrefix}";
42 QML2_IMPORT_PATH = lib.concatMapStringsSep ":"
43 (lib: "${lib}/${qtbase.qtQmlPrefix}")
44 [ kirigami2 qtmultimedia ];
47 description = "Delta Chat client using Kirigami framework";
48 mainProgram = "kdeltachat";
49 homepage = "https://git.sr.ht/~link2xt/kdeltachat";
50 license = licenses.gpl3Plus;
51 maintainers = with maintainers; [ dotlambda ];
52 platforms = platforms.linux;