From 034e4a580861ed3a8dcb4e5a3f2260b0a86a0d5b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Feb 2025 20:28:21 +0100 Subject: [PATCH] haskellPackages.conduit-aeson: remove overrides Works fine without. --- .../haskell-modules/configuration-common.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ed8db1aaf537..45352aedfd8b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2393,17 +2393,6 @@ self: super: { doctest-parallel = dontCheck super.doctest-parallel; clash-prelude = dontCheck super.clash-prelude; - # Ships a broken Setup.hs - # https://github.com/lehins/conduit-aeson/issues/1 - conduit-aeson = overrideCabal (drv: { - postPatch = '' - ${drv.postPatch or ""} - rm Setup.hs - ''; - # doctest suite uses doctest-parallel which still doesn't work in nixpkgs - testTargets = [ "tests" ]; - }) super.conduit-aeson; - hermes-json = overrideCabal (drv: { # Upper bounds are too strict: # https://github.com/velveteer/hermes/pull/22