mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
python311Packages.pysequoia: mark as broken on Darwin
This commit is contained in:
parent
32263858d8
commit
49dc08e4bc
@ -11,6 +11,7 @@
|
||||
, pcsclite
|
||||
, stdenv
|
||||
, darwin
|
||||
, libiconv
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -46,6 +47,7 @@ buildPythonPackage rec {
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreFoundation
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
libiconv
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pysequoia" ];
|
||||
@ -56,5 +58,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://sequoia-pgp.gitlab.io/pysequoia";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ doronbehar ];
|
||||
# Broken since the 0.1.20 update according to ofborg. The errors are not clear...
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user