python3Packages.fpylll: unmark as broken on darwin

This commit is contained in:
Mauricio Collares 2022-05-31 11:06:04 -06:00
parent 49a2bcc6e2
commit f27643567c

View file

@ -63,7 +63,6 @@ buildPythonPackage rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "A Python interface for fplll";
changelog = "https://github.com/fplll/fpylll/releases/tag/${version}";
homepage = "https://github.com/fplll/fpylll";