mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
add libcurl to libfetchers deps
This commit is contained in:
parent
99705c6932
commit
ef6fa54e05
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
, nix-store
|
||||
, nlohmann_json
|
||||
, libgit2
|
||||
, curl
|
||||
|
||||
# Configuration Options
|
||||
|
||||
|
@ -33,6 +34,7 @@ mkMesonLibrary (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
libgit2
|
||||
curl
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue