8 buildPythonPackage rec {
9 pname = "pretalx-downstream";
13 src = fetchFromGitHub {
15 repo = "pretalx-downstream";
17 hash = "sha256-xpacfU655vg6g1rD4uteeizj+Bll4fgI0AEddaGiCLE=";
20 build-system = [ setuptools ];
22 pythonImportsCheck = [ "pretalx_downstream" ];
25 description = "Use pretalx passively by importing another event's schedule";
26 homepage = "https://github.com/pretalx/pretalx-downstream";
27 license = lib.licenses.asl20;
28 maintainers = with lib.maintainers; [ wegank ];