6 python3Packages.buildPythonApplication rec {
8 version = "unstable-2020-07-14";
11 src = fetchFromGitHub {
14 rev = "b1a86d1421f39ee327284e1023f09dc165e3c8a5";
15 sha256 = "1l8nh8z7kz24v0wcy3ll3w6in2yxwa1yz8lyc3x0blz37d8ss4ql";
18 nativeBuildInputs = with python3Packages; [
22 propagatedBuildInputs = with python3Packages; [
27 description = "Download backlogs from Matrix as raw text";
28 mainProgram = "matrix-dl";
29 homepage = src.meta.homepage;
30 license = licenses.gpl1Plus;
31 maintainers = with maintainers; [ aw ];
32 platforms = platforms.unix;