haskellPackages.htoml: mark broken

This commit is contained in:
Dennis Gosnell 2022-11-27 17:26:45 -05:00
parent b239a47c8d
commit 42d1913978
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 3 additions and 0 deletions

View file

@ -2498,6 +2498,7 @@ broken-packages:
- html-rules
- html-tokenizer
- htoml-megaparsec
- htoml
- htsn
- htssets
- http2-client

View file

@ -151112,6 +151112,8 @@ self: {
];
description = "Parser for TOML files";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"htoml-megaparsec" = callPackage