1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

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-units
- simple-vec3
- simplexmq
- simple-zipper
- singleton-dict
- singletons-th

View file

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