haskellPackages.stripeapi: mark as dontDistribute because output exceeds Hydras maximum allowable size

This commit is contained in:
Dennis Gosnell 2022-08-09 14:21:21 +09:00
parent 6e8c590ec8
commit e94f52c385
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 4 additions and 0 deletions

View file

@ -646,3 +646,6 @@ dont-distribute-packages:
# mesos was removed from nixpkgs
- hs-mesos
# Output exceeds Hydra's maximum allowable size
- stripeapi

View file

@ -269853,6 +269853,7 @@ self: {
];
description = "Stripe-Library";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"strips" = callPackage