forked from mirrors/nixpkgs
Merge pull request #234784 from stuebinm/unbreak-conferer-warp
haskellPackages.conferer-warp: not broken
This commit is contained in:
commit
9a3641e0f9
|
@ -843,7 +843,6 @@ broken-packages:
|
|||
- conferer-provider-json
|
||||
- conferer-snap
|
||||
- conferer-source-json
|
||||
- conferer-warp
|
||||
- confide
|
||||
- ConfigFileTH
|
||||
- config-parser
|
||||
|
|
|
@ -67692,8 +67692,6 @@ self: {
|
|||
];
|
||||
description = "conferer's FromConfig instances for warp settings";
|
||||
license = lib.licenses.mpl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"conferer-yaml" = callPackage
|
||||
|
|
Loading…
Reference in a new issue