python3Packages.pyramid-chameleon: unmark broken

This commit is contained in:
Kirill Radzikhovskyy 2023-07-17 21:47:20 +10:00
parent ba7cf6a456
commit 25a4bfde79

View File

@ -47,7 +47,6 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "Chameleon template compiler for pyramid";
homepage = "https://github.com/Pylons/pyramid_chameleon";
license = licenses.bsd0;