Merge pull request #145541 from fabaff/broken-hub

This commit is contained in:
Sandro 2021-11-12 23:55:55 +01:00 committed by GitHub
commit 2a39f9edca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}