haskellPackages.streaming-eversion: dontCheck

wip/yesman
Rickard Nilsson 7 years ago
parent e3b84d71a6
commit fb5369dbe9
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -875,4 +875,6 @@ self: super: {
# https://github.com/cartazio/arithmoi/issues/49
arithmoi = overrideCabal super.arithmoi (drv: { doCheck = !pkgs.stdenv.isi686; });
# https://github.com/danidiaz/streaming-eversion/issues/1
streaming-eversion = dontCheck super.streaming-eversion;
}

Loading…
Cancel
Save