mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
haskellPackages.proto3-wire: unbreak
This commit is contained in:
parent
171d83f81d
commit
7cc7df9f8f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user