1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

add libcurl to libfetchers deps

This commit is contained in:
Brian Camacho 2024-11-06 18:09:59 -05:00
parent 99705c6932
commit ef6fa54e05

View file

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