8 buildPythonPackage rec {
9 pname = "pretalx-media-ccc-de";
13 src = fetchFromGitHub {
15 repo = "pretalx-media-ccc-de";
17 hash = "sha256-Cr9qbkb1VOH2EtDLSA5jmLiCnn1ICdvHnmTugCvHLc0=";
20 build-system = [ setuptools ];
22 pythonImportsCheck = [ "pretalx_media_ccc_de" ];
25 description = "Pull recordings from media.ccc.de and embed them in talk pages";
26 homepage = "https://github.com/pretalx/pretalx-media-ccc-de";
27 license = lib.licenses.asl20;
28 maintainers = with lib.maintainers; [ wegank ];