3
0
Fork 0
forked from mirrors/nixpkgs

text-icu: Some sort of testing issue with ghc-8.2

This commit is contained in:
Michael Alan Dorman 2018-01-02 16:07:29 -05:00 committed by Peter Simons
parent be49066415
commit b1a1062dad

View file

@ -1003,6 +1003,9 @@ self: super: {
# https://github.com/alphaHeavy/protobuf/issues/34
protobuf = dontCheck super.protobuf;
# https://github.com/bos/text-icu/issues/32
text-icu = dontCheck super.text-icu;
# https://github.com/strake/lenz.hs/issues/2
lenz =
let patch = pkgs.fetchpatch