Skip to content

Commit fb5369d

Browse files
committedMar 8, 2017
haskellPackages.streaming-eversion: dontCheck
1 parent e3b84d7 commit fb5369d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎pkgs/development/haskell-modules/configuration-common.nix

+2
Original file line numberDiff line numberDiff line change
@@ -875,4 +875,6 @@ self: super: {
875875
# https://github.com/cartazio/arithmoi/issues/49
876876
arithmoi = overrideCabal super.arithmoi (drv: { doCheck = !pkgs.stdenv.isi686; });
877877

878+
# https://github.com/danidiaz/streaming-eversion/issues/1
879+
streaming-eversion = dontCheck super.streaming-eversion;
878880
}

0 commit comments

Comments
 (0)
Please sign in to comment.