haskellPackages.proto3-wire: unbreak

This commit is contained in:
Alexandre Esteves 2024-05-12 15:18:15 +01:00
parent 171d83f81d
commit 7cc7df9f8f
3 changed files with 7 additions and 3 deletions

View File

@ -3071,4 +3071,11 @@ self: super: {
# Too strict bounds on text. Can be removed after https://github.com/alx741/currencies/pull/3 is merged
currencies = doJailbreak super.currencies;
# https://github.com/awakesecurity/proto3-wire/pull/104
proto3-wire = appendPatch (pkgs.fetchpatch {
url = "https://github.com/awakesecurity/proto3-wire/commit/c1cadeb5fca2e82c5b28e2811c01f5b37eb21ed8.patch";
hash = "sha256-tFOWpjGmZANC7H82QapZ36raaNWuZ6F3BgjxnfTXpMs=";
}) super.proto3-wire;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -4759,7 +4759,6 @@ broken-packages:
- pro-source # failure in job https://hydra.nixos.org/build/233226793 at 2023-09-02
- prosper # failure in job https://hydra.nixos.org/build/233244079 at 2023-09-02
- proteaaudio # failure in job https://hydra.nixos.org/build/233225498 at 2023-09-02
- proto3-wire # failure in job https://hydra.nixos.org/build/233208217 at 2023-09-02
- protocol-buffers # failure in job https://hydra.nixos.org/build/233220653 at 2023-09-02
- protocol-buffers-fork # failure in job https://hydra.nixos.org/build/233228361 at 2023-09-02
- protocol # failure in job https://hydra.nixos.org/build/233224436 at 2023-09-02

View File

@ -245498,8 +245498,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion random ];
description = "A low-level implementation of the Protocol Buffers (version 3) wire format";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"protobuf" = callPackage