From cfe7d70bc26827e20dfc339d8588e910bc49a36f Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 12 Jan 2025 00:45:25 +0300 Subject: [PATCH] cabal-install: drop merged patch --- pkgs/development/haskell-modules/configuration-nix.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 5ce935ae1868c..8b9e8e4fbe238 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -1414,16 +1414,6 @@ self: super: builtins.intersectAttrs super { ''; hydraPlatforms = pkgs.lib.platforms.all; broken = false; - patches = old.patches or [ ] ++ [ - (pkgs.fetchpatch { - # related: https://github.com/haskell/cabal/issues/10504 - name = "suppress-error-about-missing-local-index.patch"; - url = "https://github.com/haskell/cabal/commit/d58a75ef4adab36688878420cc9e2c25bca41ec4.patch"; - hash = "sha256-IZ+agNNN9AcIJBBsT30LAkAXCAoYKF+kIhccGPFdm+8="; - stripLen = 1; - includes = [ "src/Distribution/Client/IndexUtils.hs" ]; - }) - ]; }) super.cabal-install; tailwind = addBuildDepend