Skip to content

Commit

Permalink
Merge pull request #296054 from codyps/fix-atuin-apple-sdk-11
Browse files Browse the repository at this point in the history
atuin: fix build on x86_64-darwin by updating to apple_sdk_11_0
  • Loading branch information
0x4A6F committed Mar 15, 2024
2 parents a963a86 + 769eb09 commit 795c30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/at/atuin/package.nix
Expand Up @@ -36,9 +36,9 @@ rustPlatform.buildRustPackage rec {

buildInputs = lib.optionals stdenv.isDarwin [
libiconv
darwin.apple_sdk.frameworks.AppKit
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
darwin.apple_sdk_11_0.frameworks.AppKit
darwin.apple_sdk_11_0.frameworks.Security
darwin.apple_sdk_11_0.frameworks.SystemConfiguration
];

postInstall = ''
Expand Down

0 comments on commit 795c30f

Please sign in to comment.