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