haskellPackages.streaming-eversion: dontCheck
This commit is contained in:
parent
e3b84d71a6
commit
fb5369dbe9
@ -875,4 +875,6 @@ self: super: {
|
|||||||
# https://github.com/cartazio/arithmoi/issues/49
|
# https://github.com/cartazio/arithmoi/issues/49
|
||||||
arithmoi = overrideCabal super.arithmoi (drv: { doCheck = !pkgs.stdenv.isi686; });
|
arithmoi = overrideCabal super.arithmoi (drv: { doCheck = !pkgs.stdenv.isi686; });
|
||||||
|
|
||||||
|
# https://github.com/danidiaz/streaming-eversion/issues/1
|
||||||
|
streaming-eversion = dontCheck super.streaming-eversion;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user