Hello Folks,
I need to provide the same functionality as " libcurl4-gnutls-dev" in a Nixos Package.
#include <curl/curl.h>
#include <curl/easy.h>
The above identifies the header files I need.
This one was tough for me.
Hello Folks,
I need to provide the same functionality as " libcurl4-gnutls-dev" in a Nixos Package.
#include <curl/curl.h>
#include <curl/easy.h>
The above identifies the header files I need.
This one was tough for me.
Hey @archman did you ever figure it out?