haskellPackages: Update transitively disabled packages

This commit is contained in:
Malte Brandy 2021-05-14 23:58:30 +02:00
parent 8c4331f13a
commit 5caa523f8d
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 2 deletions

View File

@ -942,7 +942,6 @@ dont-distribute-packages:
- ghcjs-hplay
- ghc-mod
- ghc-tags-plugin
- ghcup
- ghc-vis
- ght
- gi-cairo-again
@ -3276,6 +3275,7 @@ dont-distribute-packages:
- yu-launch
- yuuko
- zasni-gerna
- Z-Botan
- zephyr
- zerobin
- zeromq3-conduit

View File

@ -21769,6 +21769,7 @@ self: {
];
description = "Crypto for Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"Z-Data" = callPackage
@ -102201,7 +102202,6 @@ self: {
];
description = "ghc toolchain installer";
license = lib.licenses.lgpl3Only;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ maralorn ];
}) {};