mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
haskellPackages.bytepatch: mark as broken
This commit is contained in:
parent
4eafb91fbf
commit
738bf6e95d
@ -511,6 +511,7 @@ broken-packages:
|
||||
- byline
|
||||
- by-other-names
|
||||
- bytearray-parsing
|
||||
- bytepatch
|
||||
- bytestring-aeson-orphans
|
||||
- bytestring-arbitrary
|
||||
- bytestring-class
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user