12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 sha256 = "sha256-WrcXuXlTB3DBavtItQ0qmNI8Pp/jmFHc9rxNAYRaAqA=";
23 # rely on using example programs (flowers/examples/tasks.py) which
24 # are not part of the distribution
28 propagatedBuildInputs = [
36 __darwinAllowLocalNetworking = true;
42 pythonImportsCheck = [
47 description = "Real-time monitor and web admin for Celery distributed task queue";
48 homepage = "https://github.com/mher/flower";
49 license = licenses.bsdOriginal;
50 maintainers = with maintainers; [ arnoldfarkas ];