Merge pull request #175625 from collares/fpylll

python3Packages.fpylll: unmark as broken on darwin

authored by

Sandro and committed by
GitHub
06e6b81e 461c077f

+1 -1
+1
pkgs/applications/science/math/pari/default.nix
··· 82 82 license = licenses.gpl2Plus; 83 83 maintainers = with maintainers; [ ertes AndersonTorres ] ++ teams.sage.members; 84 84 platforms = platforms.linux ++ platforms.darwin; 85 + broken = stdenv.isDarwin && stdenv.isAarch64; 85 86 mainProgram = "gp"; 86 87 }; 87 88 }
-1
pkgs/development/python-modules/fpylll/default.nix
··· 63 63 ''; 64 64 65 65 meta = with lib; { 66 - broken = stdenv.isDarwin; 67 66 description = "A Python interface for fplll"; 68 67 changelog = "https://github.com/fplll/fpylll/releases/tag/${version}"; 69 68 homepage = "https://github.com/fplll/fpylll";