forked from mirrors/nixpkgs
haskellPackages.posix-pty: dontCheck
The test program does not exit gracefully. See https://github.com/merijn/posix-pty/issues/12
This commit is contained in:
parent
f2a1a4e93b
commit
ff3c60b338
|
@ -358,6 +358,7 @@ self: super: {
|
|||
persistent-redis = dontCheck super.persistent-redis;
|
||||
pipes-extra = dontCheck super.pipes-extra;
|
||||
pipes-websockets = dontCheck super.pipes-websockets;
|
||||
posix-pty = dontCheck super.posix-pty; # https://github.com/merijn/posix-pty/issues/12
|
||||
postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server
|
||||
postgresql-simple-migration = dontCheck super.postgresql-simple-migration;
|
||||
process-streaming = dontCheck super.process-streaming;
|
||||
|
|
Loading…
Reference in a new issue