Skip to content

Commit 44cde93

Browse files
committed
fix: libgit2 build issue on darwin systems
1 parent 36640cb commit 44cde93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@
5454
];
5555
buildInputs = with pkgs; [
5656
openssl
57-
];
57+
] ++ optionals pkgs.stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
5858

5959
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
6060
LD_LIBRARY_PATH = makeLibraryPath buildInputs;
61-
62-
RUST_LOG = "";
6361
};
6462
});
6563
};

0 commit comments

Comments
 (0)