Skip to content

Commit

Permalink
cabal-install: drop merged patch
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 11, 2025
1 parent 7ced3bd commit cfe7d70
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfe7d70

Please sign in to comment.