python312Packages.qcs-sdk-python: fix build on darwin
This commit is contained in:
parent
ece517aa1d
commit
6dd55d22b6
@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pytest-asyncio,
|
||||
@ -7,6 +8,8 @@
|
||||
pythonOlder,
|
||||
quil,
|
||||
rustPlatform,
|
||||
darwin,
|
||||
libiconv,
|
||||
syrupy,
|
||||
}:
|
||||
|
||||
@ -40,6 +43,12 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [ quil ];
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
libiconv
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
|
Loading…
Reference in New Issue
Block a user