c-ares: enable strictDeps, structuredAttrs

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards 2026-05-16 15:53:16 -04:00
commit 35441d7481
No known key found for this signature in database
GPG key ID: D83DC5377393C7E6

View file

@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
pname = "c-ares";
version = "1.34.6";
strictDeps = true;
__structuredAttrs = true;
src = fetchurl {
# Note: tag name varies in some versions, e.g. v1.30.0, c-ares-1_17_0.
url = "https://github.com/c-ares/c-ares/releases/download/v${version}/c-ares-${version}.tar.gz";