Skip to content

Commit

Permalink
Use apple_sdk_11_0 in an attempt to address CoreFoundation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed May 30, 2023
1 parent 0a4af93 commit ef98530
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ in [
buildInputs =
(m.buildInputs or [])
++ [
pkgs.darwin.apple_sdk.frameworks.CoreFoundation
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
pkgs.darwin.apple_sdk_11_0.frameworks.CoreFoundation
pkgs.darwin.apple_sdk_11_0.frameworks.Security
pkgs.darwin.apple_sdk_11_0.frameworks.SystemConfiguration
];
};
}
Expand Down Expand Up @@ -190,7 +190,7 @@ in [
buildInputs =
(m.buildInputs or [])
++ [
pkgs.darwin.apple_sdk.frameworks.CoreServices
pkgs.darwin.apple_sdk_11_0.frameworks.CoreServices
];
};
}
Expand Down

0 comments on commit ef98530

Please sign in to comment.