mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
c-ares: enable strictDeps, structuredAttrs
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
parent
54d0c4a153
commit
35441d7481
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue