Remove deprecated Apple SDK frameworks pattern (#543)

This commit is contained in:
Thierry Delafontaine
2025-10-25 23:43:25 +02:00
committed by GitHub
parent a8cbc352ff
commit 0ddded3b8b
2 changed files with 3 additions and 12 deletions

View File

@@ -34,16 +34,7 @@
lockFile = ./Cargo.lock;
};
nativeBuildInputs = [ pkg-config ];
buildInputs =
[ openssl ]
++ lib.optionals stdenv.isDarwin (
with darwin.apple_sdk.frameworks;
[
AppKit
Security
Cocoa
]
);
buildInputs = [ openssl ];
};
devShell = mkShell {