summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-09-12 15:34:33 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-09-12 15:34:33 +0200
commit1b5b70a373790fc2aa0b3afe640ad336bfae07ad (patch)
tree18663d92fb3c77a58a62ffbdea8724739b7afb70
parentacd45cb351d937842dbe61f090d3f1e94008ca11 (diff)
downloadnixpkgs-1b5b70a373790fc2aa0b3afe640ad336bfae07ad.tar
nixpkgs-1b5b70a373790fc2aa0b3afe640ad336bfae07ad.tar.gz
nixpkgs-1b5b70a373790fc2aa0b3afe640ad336bfae07ad.tar.bz2
nixpkgs-1b5b70a373790fc2aa0b3afe640ad336bfae07ad.tar.lz
nixpkgs-1b5b70a373790fc2aa0b3afe640ad336bfae07ad.tar.xz
nixpkgs-1b5b70a373790fc2aa0b3afe640ad336bfae07ad.tar.zst
nixpkgs-1b5b70a373790fc2aa0b3afe640ad336bfae07ad.zip
python39Packages.pyramid_mako: mark broken
-rw-r--r--pkgs/development/python-modules/pyramid_mako/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pyramid_mako/default.nix b/pkgs/development/python-modules/pyramid_mako/default.nix
index 47aa1deb5e2..9acffbde433 100644
--- a/pkgs/development/python-modules/pyramid_mako/default.nix
+++ b/pkgs/development/python-modules/pyramid_mako/default.nix
@@ -23,5 +23,8 @@ buildPythonPackage rec {
     description = "Mako template bindings for the Pyramid web framework";
     license = licenses.bsd0;
     maintainers = with maintainers; [];
+    # broken on pyramid>=2.0
+    # https://github.com/Pylons/pyramid_mako/issues/53
+    broken = true;
   };
 }