3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #234784 from stuebinm/unbreak-conferer-warp

haskellPackages.conferer-warp: not broken
This commit is contained in:
Dennis Gosnell 2023-05-29 20:36:16 +09:00 committed by GitHub
commit 9a3641e0f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

@ -843,7 +843,6 @@ broken-packages:
- conferer-provider-json
- conferer-snap
- conferer-source-json
- conferer-warp
- confide
- ConfigFileTH
- config-parser

View file

@ -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