3
0
Fork 0
forked from mirrors/nixpkgs

haskell: Run termonad tests

This commit is contained in:
(cdep)illabout 2019-08-19 10:15:33 +09:00 committed by Peter Simons
parent 45012a0e94
commit c88651aab9

View file

@ -531,10 +531,6 @@ self: super: builtins.intersectAttrs super {
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
sbv = overrideCabal super.sbv (drv: {
postPatch = ''