mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
python39Packages.clickgen: 1.1.9 -> 1.2.0, mark as broken on darwin
This commit is contained in:
parent
2fb4326ff6
commit
8878fa39be
@ -56,6 +56,8 @@ buildPythonPackage rec {
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ AdsonCicilioti ];
|
||||
# fails with:
|
||||
# ld: unknown option: -zdefs
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user