mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
libfetchers: Drop no longer needed curl dependency
This commit is contained in:
parent
40e8c5f613
commit
c10dbdccac
2 changed files with 0 additions and 5 deletions
|
@ -30,9 +30,6 @@ deps_public += nlohmann_json
|
||||||
libgit2 = dependency('libgit2')
|
libgit2 = dependency('libgit2')
|
||||||
deps_private += libgit2
|
deps_private += libgit2
|
||||||
|
|
||||||
curl = dependency('libcurl', 'curl')
|
|
||||||
deps_private += curl
|
|
||||||
|
|
||||||
add_project_arguments(
|
add_project_arguments(
|
||||||
# TODO(Qyriad): Yes this is how the autoconf+Make system did it.
|
# TODO(Qyriad): Yes this is how the autoconf+Make system did it.
|
||||||
# It would be nice for our headers to be idempotent instead.
|
# It would be nice for our headers to be idempotent instead.
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
nix-store,
|
nix-store,
|
||||||
nlohmann_json,
|
nlohmann_json,
|
||||||
libgit2,
|
libgit2,
|
||||||
curl,
|
|
||||||
|
|
||||||
# Configuration Options
|
# Configuration Options
|
||||||
|
|
||||||
|
@ -34,7 +33,6 @@ mkMesonLibrary (finalAttrs: {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libgit2
|
libgit2
|
||||||
curl
|
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue