mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
haskellPackages.bytepatch: mark as broken
This commit is contained in:
parent
4eafb91fbf
commit
738bf6e95d
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user