mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
bytebuild: disable test suite
This commit is contained in:
parent
d834fc7d63
commit
907b898383
|
@ -460,6 +460,9 @@ self: super: {
|
|||
bytestring-strict-builder = dontCheck super.bytestring-strict-builder;
|
||||
bytestring-tree-builder = dontCheck super.bytestring-tree-builder;
|
||||
|
||||
# https://github.com/byteverse/bytebuild/issues/19
|
||||
bytebuild = dontCheck super.bytebuild;
|
||||
|
||||
# https://github.com/ndmitchell/shake/issues/206
|
||||
# https://github.com/ndmitchell/shake/issues/267
|
||||
shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin && false; });
|
||||
|
|
|
@ -3562,7 +3562,6 @@ broken-packages:
|
|||
- byline
|
||||
- bytable
|
||||
- bytearray-parsing
|
||||
- bytebuild
|
||||
- bytelog
|
||||
- bytestring-arbitrary
|
||||
- bytestring-builder-varword
|
||||
|
|
Loading…
Reference in a new issue