python310Packages.pyramid_jinja2: mark not broken

This commit is contained in:
Stanisław Pitucha
2023-06-06 23:39:40 +02:00
committed by Martin Weinelt
parent 5399c9ac5a
commit 3e85b02cbe
@@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, buildPythonPackage
, fetchPypi
, webtest
@@ -53,7 +52,6 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "Jinja2 template bindings for the Pyramid web framework";
homepage = "https://github.com/Pylons/pyramid_jinja2";
license = licenses.bsd0;