python3Packages.hug: mark as broken

This commit is contained in:
Fabian Affolter 2021-11-12 01:01:02 +01:00
parent 2de888a972
commit 3abedd7d7c

View file

@ -47,6 +47,7 @@ buildPythonPackage rec {
description = "A Python framework that makes developing APIs as simple as possible, but no simpler";
homepage = "https://github.com/hugapi/hug";
license = licenses.mit;
# Missing support for later falcon releases
broken = true;
};
}