c-ares: add dev output

This commit is contained in:
Jonathan Ringer 2022-09-13 17:52:26 -07:00
parent e0d8990938
commit 4250a64798
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -12,6 +12,7 @@ let self =
stdenv.mkDerivation rec {
pname = "c-ares";
version = "1.18.1";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://c-ares.haxx.se/download/${pname}-${version}.tar.gz";