haskellPackages: update list of transitively broken packages
This commit is contained in:
parent
6749674284
commit
b80cd731ef
@ -2241,7 +2241,6 @@ dont-distribute-packages:
|
||||
- nomyx-language
|
||||
- nomyx-library
|
||||
- nomyx-server
|
||||
- notifications-tray-icon
|
||||
- notmuch-haskell
|
||||
- notmuch-web
|
||||
- numeric-ode
|
||||
@ -2275,8 +2274,6 @@ dont-distribute-packages:
|
||||
- openpgp-Crypto
|
||||
- openpgp-crypto-api
|
||||
- openssh-github-keys
|
||||
- opentracing-jaeger
|
||||
- opentracing-zipkin-v1
|
||||
- optima-for-hasql
|
||||
- optimal-blocks
|
||||
- optimusprime
|
||||
@ -2729,7 +2726,6 @@ dont-distribute-packages:
|
||||
- servant-ede
|
||||
- servant-event-stream
|
||||
- servant-examples
|
||||
- servant-github-webhook
|
||||
- servant-http2-client
|
||||
- servant-matrix-param
|
||||
- servant-polysemy
|
||||
|
@ -197108,7 +197108,6 @@ self: {
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"notmuch" = callPackage
|
||||
@ -201236,7 +201235,6 @@ self: {
|
||||
];
|
||||
description = "Jaeger backend for OpenTracing";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"opentracing-wai" = callPackage
|
||||
@ -201278,7 +201276,6 @@ self: {
|
||||
];
|
||||
description = "Zipkin V1 backend for OpenTracing";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"opentracing-zipkin-v2" = callPackage
|
||||
@ -244125,7 +244122,6 @@ self: {
|
||||
];
|
||||
description = "Servant combinators to facilitate writing GitHub webhooks";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-haxl-client" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user