1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

libfetchers: Drop no longer needed curl dependency

This commit is contained in:
Eelco Dolstra 2025-02-10 15:19:28 +01:00
parent 40e8c5f613
commit c10dbdccac
2 changed files with 0 additions and 5 deletions

View file

@ -30,9 +30,6 @@ deps_public += nlohmann_json
libgit2 = dependency('libgit2')
deps_private += libgit2
curl = dependency('libcurl', 'curl')
deps_private += curl
add_project_arguments(
# TODO(Qyriad): Yes this is how the autoconf+Make system did it.
# It would be nice for our headers to be idempotent instead.

View file

@ -6,7 +6,6 @@
nix-store,
nlohmann_json,
libgit2,
curl,
# Configuration Options
@ -34,7 +33,6 @@ mkMesonLibrary (finalAttrs: {
buildInputs = [
libgit2
curl
];
propagatedBuildInputs = [