mirror of
https://github.com/NixOS/nix.git
synced 2025-12-23 17:31:08 +01:00
Merge pull request #13522 from juhp/patch-1
meson: libfetchers needs libgit2 1.9+
This commit is contained in:
commit
9671275198
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ subdir('nix-meson-build-support/subprojects')
|
|||
nlohmann_json = dependency('nlohmann_json', version : '>= 3.9')
|
||||
deps_public += nlohmann_json
|
||||
|
||||
libgit2 = dependency('libgit2')
|
||||
libgit2 = dependency('libgit2', version : '>= 1.9')
|
||||
deps_private += libgit2
|
||||
|
||||
subdir('nix-meson-build-support/common')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue