mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
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
|
||||||
- erlang-ffi
|
- erlang-ffi
|
||||||
- eros
|
- eros
|
||||||
- errata
|
|
||||||
- error-context
|
- error-context
|
||||||
- error-continuations
|
- error-continuations
|
||||||
- error-list
|
- error-list
|
||||||
|
@ -84902,8 +84902,6 @@ self: {
|
|||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
description = "Source code error pretty printing";
|
description = "Source code error pretty printing";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"errno" = callPackage
|
"errno" = callPackage
|
||||||
|
Loading…
Reference in New Issue
Block a user