···20202121 # librepo/fastestmirror.h includes curl/curl.h, and pkg-config specfile refers to others in here
2222 propagatedBuildInputs = [ curl gpgme expat ];
2323+2424+ meta = with stdenv.lib; {
2525+ description = "Library providing C and Python (libcURL like) API for downloading linux repository metadata and packages";
2626+ license = licenses.lgpl2Plus;
2727+ platforms = platforms.linux;
2828+ maintainers = with maintainers; [ copumpkin ];
2929+ };
2330}
2431