nix-init: unpin libgit2
This commit is contained in:
parent
d1c2714639
commit
2429bde882
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
, installShellFiles
|
||||
, pkg-config
|
||||
, bzip2
|
||||
, libgit2_1_6
|
||||
, libgit2
|
||||
, openssl
|
||||
, zlib
|
||||
, zstd
|
||||
|
@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
|
|||
buildInputs = [
|
||||
bzip2
|
||||
curl
|
||||
libgit2_1_6
|
||||
libgit2
|
||||
openssl
|
||||
zlib
|
||||
zstd
|
||||
|
@ -80,6 +80,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
env = {
|
||||
GEN_ARTIFACTS = "artifacts";
|
||||
LIBGIT2_NO_VENDOR = 1;
|
||||
NIX = lib.getExe nix;
|
||||
NURL = lib.getExe nurl;
|
||||
ZSTD_SYS_USE_PKG_CONFIG = true;
|
||||
|
|
Loading…
Reference in a new issue