8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "hickory-dns";
16 hash = "sha256-szq21RuRmkhAfHlzhGQYpwjiIRkavFCPETOt+6TxhP4=";
18 cargoHash = "sha256-LcMjHHEuDlhSfDXGIrSMXewraSxEgRw2g2DOoH4i5RU=";
20 buildInputs = [ openssl ];
21 nativeBuildInputs = [ pkg-config ];
23 # tests expect internet connectivity to query real nameservers like 8.8.8.8
27 description = "Rust based DNS client, server, and resolver";
28 homepage = "https://hickory-dns.org/";
29 maintainers = with maintainers; [ colinsane ];
30 platforms = platforms.linux;
31 license = with licenses; [ asl20 mit ];
32 mainProgram = "hickory-dns";