haskellPackages.posix-pty: dontCheck

The test program does not exit gracefully.
See https://github.com/merijn/posix-pty/issues/12
wip/yesman
Jack Kelly 5 years ago
parent f2a1a4e93b
commit ff3c60b338
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save