mssqlhound: remove duplicate checkPhase (#555908)

This commit is contained in:
Sandro
2026-08-24 03:28:04 +00:00
committed by GitHub

View File

@@ -22,10 +22,6 @@ buildGoModule (finalAttrs: {
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
checkPhase = ''
go test ./...
'';
__darwinAllowLocalNetworking = true;
passthru.updateScript = nix-update-script { };