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 - byline
- by-other-names - by-other-names
- bytearray-parsing - bytearray-parsing
- bytepatch
- bytestring-aeson-orphans - bytestring-aeson-orphans
- bytestring-arbitrary - bytestring-arbitrary
- bytestring-class - bytestring-class

View File

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