mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python3Packages.hug: mark as broken
This commit is contained in:
parent
2de888a972
commit
3abedd7d7c
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue