git-annex: drop obsolete patches

This commit is contained in:
Peter Simons
2019-01-25 11:54:30 +01:00
parent 10a474e74d
commit e51f959fc7
2 changed files with 0 additions and 94 deletions
@@ -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;
}