Skip to content

Commit

Permalink
Disable tests on haskellPackages.protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Dec 22, 2017
1 parent 6e3351d commit 5e8a078
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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;
}

0 comments on commit 5e8a078

Please sign in to comment.