haskell: mark hzk and zoovisitor as dont-distribute-packages

These both depend on `zookeeper_mt`, which depends on `openssl-1.1`, which
is marked `insecure`.
This commit is contained in:
Dennis Gosnell 2023-05-29 14:26:54 +09:00
parent 075761cf7f
commit 6856d456fa
2 changed files with 6 additions and 0 deletions

View file

@ -815,3 +815,7 @@ dont-distribute-packages:
# Output exceeds Hydra's maximum allowable size
- stripeapi
# Packages that (transitively) depend on insecure packages
- hzk # depends on zookeeper_mt, which depends on openssl-1.1
- zoovisitor # depends on zookeeper_mt, which depends on openssl-1.1

View file

@ -160981,6 +160981,7 @@ self: {
testSystemDepends = [ zookeeper_mt ];
description = "Haskell client library for Apache Zookeeper";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) zookeeper_mt;};
"hzulip" = callPackage
@ -326770,6 +326771,7 @@ self: {
testHaskellDepends = [ async base hspec uuid Z-Data ];
description = "A haskell binding to Apache Zookeeper C library(mt) using Haskell Z project";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) zookeeper_mt;};
"zot" = callPackage