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:
parent
b729cc4565
commit
ac667f26c1
|
@ -4183,6 +4183,7 @@ broken-packages:
|
|||
- simple-ui
|
||||
- simple-units
|
||||
- simple-vec3
|
||||
- simplexmq
|
||||
- simple-zipper
|
||||
- singleton-dict
|
||||
- singletons-th
|
||||
|
|
|
@ -237079,6 +237079,8 @@ self: {
|
|||
];
|
||||
description = "SimpleXMQ message broker";
|
||||
license = lib.licenses.agpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"simplistic-generics" = callPackage
|
||||
|
|
Loading…
Reference in a new issue