Skip to content

Commit 0ddded3

Browse files
authored
Remove deprecated Apple SDK frameworks pattern (#543)
1 parent a8cbc35 commit 0ddded3

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,7 @@
3434
lockFile = ./Cargo.lock;
3535
};
3636
nativeBuildInputs = [ pkg-config ];
37-
buildInputs =
38-
[ openssl ]
39-
++ lib.optionals stdenv.isDarwin (
40-
with darwin.apple_sdk.frameworks;
41-
[
42-
AppKit
43-
Security
44-
Cocoa
45-
]
46-
);
37+
buildInputs = [ openssl ];
4738
};
4839

4940
devShell = mkShell {

0 commit comments

Comments
 (0)