haskellPackages.lzma: fix outdated patch

This commit is contained in:
Jan Tojnar
2018-04-11 22:12:14 +02:00
parent b1fa009aa2
commit 9ae378cc42
2 changed files with 10 additions and 12 deletions
@@ -508,7 +508,7 @@ self: super: {
# https://github.com/alphaHeavy/lzma-enumerator/issues/3
lzma-enumerator = dontCheck super.lzma-enumerator;
# https://github.com/haskell-hvr/lzma/issues/8
# https://github.com/haskell-hvr/lzma/pull/11
lzma = appendPatch super.lzma ./patches/lzma-tests.patch;
# https://github.com/BNFC/bnfc/issues/140
@@ -1040,4 +1040,4 @@ self: super: {
amazonka-test = super.amazonka-test.overrideScope amazonkaOverrides;
in {
inherit amazonka amazonka-core amazonka-test;
})
})