Disable tests on haskellPackages.protobuf

wip/yesman
Shea Levy 7 years ago
parent 6e3351d9cc
commit 5e8a0786b0
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1005,4 +1005,7 @@ self: super: {
sha256 = "14mf9940arilg6v54w9bc4z567rfbmm7gknsklv965fr7jpinxxj";
};
in appendPatch super.monad-memo patch;
# https://github.com/alphaHeavy/protobuf/issues/34
protobuf = dontCheck super.protobuf;
}

Loading…
Cancel
Save