forked from mirrors/nixpkgs
haskellPackages.errata: no longer mark as broken
As pointed out here [1], errata has started working on its own again. [1]: https://github.com/hyperrealgopher/burrow/pull/27#issue-670953936
This commit is contained in:
parent
2d95c11e1c
commit
82ba3343c4
|
@ -1217,7 +1217,6 @@ broken-packages:
|
|||
- erlang
|
||||
- erlang-ffi
|
||||
- eros
|
||||
- errata
|
||||
- error-context
|
||||
- error-continuations
|
||||
- error-list
|
||||
|
|
|
@ -84902,8 +84902,6 @@ self: {
|
|||
testToolDepends = [ hspec-discover ];
|
||||
description = "Source code error pretty printing";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"errno" = callPackage
|
||||
|
|
Loading…
Reference in a new issue