11 buildPythonPackage rec {
12 pname = "pretalx-venueless";
16 src = fetchFromGitHub {
18 repo = "pretalx-venueless";
20 hash = "sha256-llgRa18hxVoRSwU5UH6w4sE2W5ozCZm4Btbia2y0LbE=";
23 nativeBuildInputs = [ gettext ];
25 build-system = [ setuptools ];
32 pythonImportsCheck = [ "pretalx_venueless" ];
35 description = "Static venueless for pretalx, e.g. information, venue listings, a Code of Conduct, etc";
36 homepage = "https://github.com/pretalx/pretalx-venueless";
37 license = lib.licenses.asl20;
38 maintainers = with lib.maintainers; [ wegank ];