mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
Merge pull request #54918 from endgame/posix-pty-disable-tests
haskellPackages.posix-pty: dontCheck
This commit is contained in:
commit
f89f1c6f45
@ -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 New Issue
Block a user