We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c554a0c commit a6209c2Copy full SHA for a6209c2
pkgs/development/haskell-modules/configuration-common.nix
@@ -875,4 +875,6 @@ self: super: {
875
# https://github.com/cartazio/arithmoi/issues/49
876
arithmoi = overrideCabal super.arithmoi (drv: { doCheck = !pkgs.stdenv.isi686; });
877
878
+ # https://github.com/danidiaz/streaming-eversion/issues/1
879
+ streaming-eversion = dontCheck super.streaming-eversion;
880
}
0 commit comments