mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
gql: use libgit2_1_6
This commit is contained in:
parent
0712c5ffce
commit
03d6f1cab8
@ -2,7 +2,7 @@
|
||||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, libgit2
|
||||
, libgit2_1_6
|
||||
, zlib
|
||||
}:
|
||||
|
||||
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libgit2
|
||||
libgit2_1_6
|
||||
zlib
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user