about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hug
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-11-12 01:01:02 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-11-12 01:01:02 +0100
commit3abedd7d7c0afb7d64e426076904fe20f09a8b02 (patch)
tree7147e78c747e4b7f276a3f12554f4bda50ceb8e9 /pkgs/development/python-modules/hug
parent2de888a972be0747c29a23de73a092fd0e558677 (diff)
python3Packages.hug: mark as broken
Diffstat (limited to 'pkgs/development/python-modules/hug')
-rw-r--r--pkgs/development/python-modules/hug/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/hug/default.nix b/pkgs/development/python-modules/hug/default.nix
index 872798c6ced89..f19c7a9dd39fd 100644
--- a/pkgs/development/python-modules/hug/default.nix
+++ b/pkgs/development/python-modules/hug/default.nix
@@ -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;
   };
-
 }