Merge pull request #170332 from superherointj/package-go-protobuf-enable-tests

go-protobuf: enable tests
This commit is contained in:
Sandro 2022-04-26 00:59:19 +02:00 committed by GitHub
commit 36ee2b6fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-CcJjFMslSUiZMM0LLMM3BR53YMxyWk8m7hxjMI9tduE=";
doCheck = false;
meta = with lib; {
homepage = "https://github.com/golang/protobuf";
description = " Go bindings for protocol buffer";