biome: unpin libgit2

This commit is contained in:
Sandro Jäckel 2024-02-11 22:37:33 +01:00 committed by sternenseemann
parent 2429bde882
commit 655cec4b6c

View File

@ -2,7 +2,7 @@
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
, pkg-config , pkg-config
, libgit2_1_6 , libgit2
, rust-jemalloc-sys , rust-jemalloc-sys
, zlib , zlib
, stdenv , stdenv
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
]; ];
buildInputs = [ buildInputs = [
libgit2_1_6 libgit2
rust-jemalloc-sys rust-jemalloc-sys
zlib zlib
] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals stdenv.isDarwin [
@ -47,6 +47,7 @@ rustPlatform.buildRustPackage rec {
env = { env = {
BIOME_VERSION = version; BIOME_VERSION = version;
LIBGIT2_NO_VENDOR = 1;
}; };
preCheck = '' preCheck = ''