From 060b13e415c50df92d0b070e441109721462a2af Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 21 Nov 2021 17:31:51 +0100 Subject: [PATCH] haskellPackages.git-annex: drop patch included in latest release --- pkgs/development/haskell-modules/configuration-common.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8736e2762b61..673e545a1ae5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -77,14 +77,6 @@ self: super: { rm -r $out/doc/?ndroid* ''; }; - patches = [ - # Allows compilation with git-lfs 1.2.0 - (pkgs.fetchpatch { - url = "https://git.joeyh.name/index.cgi/git-annex.git/patch/?id=f3326b8b5ae4d1caa5c6e3e192c58c6e064c425a"; - sha256 = "1nzg4mna462ndylisyy3nfih49aznhzzf7b3krb4p9p0j1zrcy2s"; - excludes = [ "doc/**" "CHANGELOG" ]; - }) - ] ++ (drv.patches or []); }) super.git-annex; # Fix test trying to access /home directory