forked from mirrors/nixpkgs
haskell: Run termonad tests
This commit is contained in:
parent
45012a0e94
commit
c88651aab9
|
@ -531,10 +531,6 @@ self: super: builtins.intersectAttrs super {
|
||||||
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];
|
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];
|
||||||
}));
|
}));
|
||||||
|
|
||||||
# Doctests hang only when compiling with nix.
|
|
||||||
# https://github.com/cdepillabout/termonad/issues/15
|
|
||||||
termonad = dontCheck super.termonad;
|
|
||||||
|
|
||||||
# Expects z3 to be on path so we replace it with a hard
|
# Expects z3 to be on path so we replace it with a hard
|
||||||
sbv = overrideCabal super.sbv (drv: {
|
sbv = overrideCabal super.sbv (drv: {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue