haskellPackages.isocline: don't execute flawed test suite

This commit is contained in:
sternenseemann 2021-09-06 19:12:15 +02:00
parent 93c06e23f2
commit fbf7db7aed
3 changed files with 4 additions and 3 deletions

View file

@ -2536,7 +2536,6 @@ broken-packages:
- IsNull
- iso8601-duration
- isobmff
- isocline
- isotope
- itcli
- itemfield

View file

@ -950,4 +950,8 @@ self: super: builtins.intersectAttrs super {
})
)
);
# Test suite is just the default example executable which doesn't work if not
# executed by Setup.hs, but works if started on a proper TTY
isocline = dontCheck super.isocline;
}

View file

@ -152465,8 +152465,6 @@ self: {
testHaskellDepends = [ base bytestring text ];
description = "A portable alternative to GNU Readline";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"isohunt" = callPackage