From f27643567c520c641f42238c98fc52dc4ec15fd3 Mon Sep 17 00:00:00 2001 From: Mauricio Collares Date: Tue, 31 May 2022 11:06:04 -0600 Subject: [PATCH 1/2] python3Packages.fpylll: unmark as broken on darwin --- pkgs/development/python-modules/fpylll/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/fpylll/default.nix b/pkgs/development/python-modules/fpylll/default.nix index 5c1840dff694..04a9586b40f4 100644 --- a/pkgs/development/python-modules/fpylll/default.nix +++ b/pkgs/development/python-modules/fpylll/default.nix @@ -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"; From 268d1c282681496906d1619c730e1cd6084b4ac2 Mon Sep 17 00:00:00 2001 From: Mauricio Collares Date: Tue, 31 May 2022 16:30:00 -0600 Subject: [PATCH 2/2] pari: mark as broken on aarch64-darwin --- pkgs/applications/science/math/pari/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/math/pari/default.nix b/pkgs/applications/science/math/pari/default.nix index 66d8028c2aca..9f13914474c1 100644 --- a/pkgs/applications/science/math/pari/default.nix +++ b/pkgs/applications/science/math/pari/default.nix @@ -82,6 +82,7 @@ stdenv.mkDerivation rec { license = licenses.gpl2Plus; maintainers = with maintainers; [ ertes AndersonTorres ] ++ teams.sage.members; platforms = platforms.linux ++ platforms.darwin; + broken = stdenv.isDarwin && stdenv.isAarch64; mainProgram = "gp"; }; }