haskellPackages.bytepatch: mark as broken

This commit is contained in:
sternenseemann 2023-01-25 17:30:39 +01:00
parent 4eafb91fbf
commit 738bf6e95d
2 changed files with 3 additions and 0 deletions

View File

@ -511,6 +511,7 @@ broken-packages:
- byline
- by-other-names
- bytearray-parsing
- bytepatch
- bytestring-aeson-orphans
- bytestring-arbitrary
- bytestring-class

View File

@ -50633,8 +50633,10 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Patch byte-representable data in a bytestream";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "bytepatch";
maintainers = [ lib.maintainers.raehik ];
broken = true;
}) {};
"bytes" = callPackage