biome: unpin libgit2
This commit is contained in:
parent
2429bde882
commit
655cec4b6c
1 changed files with 3 additions and 2 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue