mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 06:17:52 +00:00
Merge pull request #175625 from collares/fpylll
python3Packages.fpylll: unmark as broken on darwin
This commit is contained in:
commit
06e6b81e98
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user