hackage2nix: Mark failing builds broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
Malte Brandy 2021-05-11 23:13:25 +02:00
parent b729cc4565
commit ac667f26c1
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 3 additions and 0 deletions

View File

@ -4183,6 +4183,7 @@ broken-packages:
- simple-ui - simple-ui
- simple-units - simple-units
- simple-vec3 - simple-vec3
- simplexmq
- simple-zipper - simple-zipper
- singleton-dict - singleton-dict
- singletons-th - singletons-th

View File

@ -237079,6 +237079,8 @@ self: {
]; ];
description = "SimpleXMQ message broker"; description = "SimpleXMQ message broker";
license = lib.licenses.agpl3Only; license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"simplistic-generics" = callPackage "simplistic-generics" = callPackage