1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 16:29:36 +01:00
nix/src
Jens Petersen ff6ab3b213
meson: libfetchers needs libgit2 1.9+
libfetchers uses `git_mempack_write_thin_pack` which was introduced in libgit2-1.9.0

This avoids error like:

../src/libfetchers/git-utils.cc: In member function ‘virtual void nix::GitRepoImpl::flush()’:
../src/libfetchers/git-utils.cc:270:13: error: ‘git_mempack_write_thin_pack’ was not declared in this scope
  270 |             git_mempack_write_thin_pack(mempack_backend, packBuilder.get())
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~

on older libgit2 (like 1.7.2 in Centos Stream 10)
2025-07-22 22:58:55 +08:00
..
build-remote Apply clang-format universally. 2025-07-18 12:47:27 -04:00
external-api-docs Format .nix files 2025-01-24 17:04:02 +01:00
internal-api-docs Format .nix files 2025-01-24 17:04:02 +01:00
libcmd libcmd: Speed up builds by using precompiled headers 2025-07-20 22:01:59 +03:00
libexpr libexpr: Speed up builds by using precompiled headers 2025-07-20 22:01:56 +03:00
libexpr-c Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libexpr-test-support Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libexpr-tests Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libfetchers meson: libfetchers needs libgit2 1.9+ 2025-07-22 22:58:55 +08:00
libfetchers-c nix-fetchers-c: Init with settings object 2025-04-02 18:29:42 +02:00
libfetchers-tests Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libflake Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libflake-c Fix various typos in source code 2025-05-25 20:14:11 +00:00
libflake-tests Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libmain Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libmain-c Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
libstore Merge pull request #13514 from OPNA2608/fix/meson-powerpc-cpu-names 2025-07-22 01:48:22 +03:00
libstore-c Split out store-open.hh and store-registration.hh 2025-05-14 16:07:57 -04:00
libstore-test-support Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libstore-tests Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libutil libutil: Speed up builds by using precompiled headers 2025-07-20 22:01:51 +03:00
libutil-c Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libutil-test-support Apply clang-format universally. 2025-07-18 12:47:27 -04:00
libutil-tests Apply clang-format universally. 2025-07-18 12:47:27 -04:00
nix nix-cli: Speed up builds by using precompiled headers 2025-07-20 22:02:01 +03:00
nix-build Apply clang-format universally. 2025-07-18 12:47:27 -04:00
nix-channel Apply clang-format universally. 2025-07-18 12:47:27 -04:00
nix-collect-garbage Apply clang-format universally. 2025-07-18 12:47:27 -04:00
nix-copy-closure Split out store-open.hh and store-registration.hh 2025-05-14 16:07:57 -04:00
nix-env Apply clang-format universally. 2025-07-18 12:47:27 -04:00
nix-instantiate Apply clang-format universally. 2025-07-18 12:47:27 -04:00
nix-store Apply clang-format universally. 2025-07-18 12:47:27 -04:00
perl Restore multiline formatting of lists in meson files 2025-06-20 23:12:36 +03:00
nix-functional-tests Build Functional tests with Meson 2024-08-14 15:35:40 -04:00
nix-manual Build the manual with Meson 2024-10-09 11:58:17 -04:00