Loading pkgs/by-name/hi/hickory-dns/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ pkg-config, rustPlatform, nix-update-script, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -26,6 +27,11 @@ rustPlatform.buildRustPackage (finalAttrs: { # tests expect internet connectivity to query real nameservers like 8.8.8.8 doCheck = false; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; passthru.updateScript = nix-update-script { }; meta = { Loading Loading
pkgs/by-name/hi/hickory-dns/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ pkg-config, rustPlatform, nix-update-script, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -26,6 +27,11 @@ rustPlatform.buildRustPackage (finalAttrs: { # tests expect internet connectivity to query real nameservers like 8.8.8.8 doCheck = false; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; passthru.updateScript = nix-update-script { }; meta = { Loading