Skip to content

Commit 4332a86

Browse files
committed
fix(nix): mac deprecated frameworks
1 parent 1a98184 commit 4332a86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@
4949
pkgs.pkg-config
5050
pkgs.openssl
5151
]
52-
++ lib.optional (pkgs.stdenv.isDarwin) [
52+
++ lib.optionals (pkgs.stdenv.isDarwin) [
5353
pkgs.darwin.apple_sdk.frameworks.CoreServices
5454
pkgs.darwin.apple_sdk.frameworks.Security
5555
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
56-
pkgs.darwin.configdHeaders
57-
pkgs.darwin.libiconv
56+
pkgs.libiconv
5857
];
5958

6059
commonsArgs = {

0 commit comments

Comments
 (0)