Merge pull request #170339 from superherointj/package-protolock-enable-tests

protolock: enable tests
main
Sandro 2 years ago committed by GitHub
commit e86e36b5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/libraries/protolock/default.nix

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-kgSJUSjY8kgrGCNDPgw1WA8KwAqI5koJQ0IcE+tC5nk=";
doCheck = false;
postInstall = ''
rm $out/bin/plugin*
'';

Loading…
Cancel
Save