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