Skip to content

Commit

Permalink
Merge pull request #328772 from alexfmpe/avro
Browse files Browse the repository at this point in the history
haskellPackages.avro: unbreak with upstream patch
  • Loading branch information
Artturin authored Jul 21, 2024
2 parents 2bc6b25 + 5b25c2a commit 3f6118d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3114,4 +3114,11 @@ self: super: {

# Doesn't officially support hedgehog > 1.3 yet: https://github.com/coot/free-algebras/pull/33
free-algebras = doJailbreak super.free-algebras;

# https://github.com/haskell-works/avro/pull/195
avro = appendPatch (pkgs.fetchpatch {
url = "https://github.com/haskell-works/avro/commit/5f6eb1ec8c8bac325d84b44757d4e2f8608d6939.patch";
sha256 = "sha256-1QEaoO8BTdvfFzMrybrf0v7cK0NbYrWOj4Mqexr+ylc=";
}) super.avro;

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ broken-packages:
- avatar-generator # failure in job https://hydra.nixos.org/build/233214253 at 2023-09-02
- aviation-units # failure in job https://hydra.nixos.org/build/233245762 at 2023-09-02
- avl-static # failure in job https://hydra.nixos.org/build/233199062 at 2023-09-02
- avro # failure in job https://hydra.nixos.org/build/252731168 at 2024-03-16
- avro-piper # failure in job https://hydra.nixos.org/build/233197510 at 2023-09-02
- avr-shake # failure in job https://hydra.nixos.org/build/233223187 at 2023-09-02
- avwx # failure in job https://hydra.nixos.org/build/233258167 at 2023-09-02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,6 @@ dont-distribute-packages:
- hw-json-lens
- hw-json-simple-cursor
- hw-json-standard-cursor
- hw-kafka-avro
- hw-polysemy
- hw-uri
- hworker-ses
Expand Down Expand Up @@ -2492,7 +2491,6 @@ dont-distribute-packages:
- lang
- language-Modula2
- language-ats
- language-avro
- language-boogie
- language-ecmascript-analysis
- language-eiffel
Expand Down
4 changes: 0 additions & 4 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f6118d

Please sign in to comment.