Skip to content

Commit

Permalink
fix: libgit2 build issue on darwin systems
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Aug 2, 2024
1 parent 36640cb commit 44cde93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@
];
buildInputs = with pkgs; [
openssl
];
] ++ optionals pkgs.stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];

RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
LD_LIBRARY_PATH = makeLibraryPath buildInputs;

RUST_LOG = "";
};
});
};
Expand Down

0 comments on commit 44cde93

Please sign in to comment.