summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-01-24 18:15:52 +0100
committerPeter Simons <simons@cryp.to>2019-01-25 11:54:30 +0100
commite51f959fc769dd83c320d823f75ec306f7992497 (patch)
tree0a477642cc5c462e8611f82c5ff47a9c519feb85 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent10a474e74d592065660cb5885720437c5dd7b13c (diff)
downloadnixpkgs-e51f959fc769dd83c320d823f75ec306f7992497.tar
nixpkgs-e51f959fc769dd83c320d823f75ec306f7992497.tar.gz
nixpkgs-e51f959fc769dd83c320d823f75ec306f7992497.tar.bz2
nixpkgs-e51f959fc769dd83c320d823f75ec306f7992497.tar.lz
nixpkgs-e51f959fc769dd83c320d823f75ec306f7992497.tar.xz
nixpkgs-e51f959fc769dd83c320d823f75ec306f7992497.tar.zst
nixpkgs-e51f959fc769dd83c320d823f75ec306f7992497.zip
git-annex: drop obsolete patches
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index bb49a31c0ee..979e89655ac 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -68,7 +68,4 @@ self: super: {
   # Break out of "yaml >=0.10.4.0 && <0.11": https://github.com/commercialhaskell/stack/issues/4485
   stack = doJailbreak super.stack;
 
-  # Fix build with ghc 8.6.x.
-  git-annex = appendPatch super.git-annex ./patches/git-annex-fix-ghc-8.6.x-build.patch;
-
 }