summary refs log tree commit diff
diff options
context:
space:
mode:
authorJack Kelly <jack@jackkelly.name>2019-01-30 19:00:27 +1100
committerJack Kelly <jack@jackkelly.name>2019-01-30 19:00:27 +1100
commitff3c60b338cfecdd6c80db77ac5c28ec1f9adad2 (patch)
treed048c0721f220d954e22d8caee55acb2c0d8bdb6
parentf2a1a4e93be2d76720a6b96532b5b003cc769312 (diff)
downloadnixpkgs-ff3c60b338cfecdd6c80db77ac5c28ec1f9adad2.tar
nixpkgs-ff3c60b338cfecdd6c80db77ac5c28ec1f9adad2.tar.gz
nixpkgs-ff3c60b338cfecdd6c80db77ac5c28ec1f9adad2.tar.bz2
nixpkgs-ff3c60b338cfecdd6c80db77ac5c28ec1f9adad2.tar.lz
nixpkgs-ff3c60b338cfecdd6c80db77ac5c28ec1f9adad2.tar.xz
nixpkgs-ff3c60b338cfecdd6c80db77ac5c28ec1f9adad2.tar.zst
nixpkgs-ff3c60b338cfecdd6c80db77ac5c28ec1f9adad2.zip
haskellPackages.posix-pty: dontCheck
The test program does not exit gracefully.
See https://github.com/merijn/posix-pty/issues/12
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 74457868da2..3ff96bf2544 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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;