python39Packages.cryptography: remove darwin from inputs

This commit is contained in:
Sandro Jäckel
2022-03-23 06:44:13 +01:00
parent 85b84125e1
commit ece9e8200f
2 changed files with 4 additions and 2 deletions
@@ -5,7 +5,7 @@
, setuptools-rust
, openssl
, cryptography_vectors
, darwin
, Security
, packaging
, six
, isPyPy
@@ -47,7 +47,8 @@ buildPythonPackage rec {
] ++ (with rustPlatform; [ rust.cargo rust.rustc ]);
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security libiconv ];
++ lib.optionals stdenv.isDarwin [ Security libiconv ];
propagatedBuildInputs = [
packaging
six