mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 22:04:20 +00:00
Merge pull request #196754 from markus1189/haskellPackages-http-client-websockets
haskellPackages.http-client-websockets: unbreak
This commit is contained in:
commit
8764ec98ac
@ -2508,7 +2508,6 @@ broken-packages:
|
||||
- http-client-request-modifiers
|
||||
- http-client-session
|
||||
- http-client-streams
|
||||
- http-client-websockets
|
||||
- http-conduit-browser
|
||||
- http-conduit-downloader
|
||||
- http-directory
|
||||
|
@ -153129,8 +153129,6 @@ self: {
|
||||
];
|
||||
description = "Glue code for http-client and websockets";
|
||||
license = lib.licenses.cc0;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"http-common" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user