haskell.packages.ghcHEAD.git-annex: drop outdated override

This commit is contained in:
sternenseemann 2021-11-20 13:12:08 +01:00
parent af3fa3e279
commit 0bebef945b

View file

@ -74,7 +74,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 ./patches/git-annex-fix-ghc-8.6.x-build.patch super.git-annex;
}