From 4df65bd968372e15f072f810d5c27270d87ec102 Mon Sep 17 00:00:00 2001 From: Eldritch Cookie Date: Thu, 15 Aug 2024 17:54:20 -0300 Subject: [PATCH] haskellPackages.avro: drop unnecessary patch --- pkgs/development/haskell-modules/configuration-common.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2b46e9ae0d48..2767b3fb9568 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3095,12 +3095,6 @@ 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; - pdftotext = overrideCabal (drv: { postPatch = '' # Fixes https://todo.sr.ht/~geyaeb/haskell-pdftotext/6