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
|
, pcsclite
|
||||||
, stdenv
|
, stdenv
|
||||||
, darwin
|
, darwin
|
||||||
|
, libiconv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -46,6 +47,7 @@ buildPythonPackage rec {
|
|||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
darwin.apple_sdk.frameworks.CoreFoundation
|
darwin.apple_sdk.frameworks.CoreFoundation
|
||||||
darwin.apple_sdk.frameworks.Security
|
darwin.apple_sdk.frameworks.Security
|
||||||
|
libiconv
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "pysequoia" ];
|
pythonImportsCheck = [ "pysequoia" ];
|
||||||
@ -56,5 +58,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://sequoia-pgp.gitlab.io/pysequoia";
|
homepage = "https://sequoia-pgp.gitlab.io/pysequoia";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ doronbehar ];
|
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