haskellPackages.isocline: don't execute flawed test suite
This commit is contained in:
parent
93c06e23f2
commit
fbf7db7aed
@ -2536,7 +2536,6 @@ broken-packages:
|
||||
- IsNull
|
||||
- iso8601-duration
|
||||
- isobmff
|
||||
- isocline
|
||||
- isotope
|
||||
- itcli
|
||||
- itemfield
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user