hunspell-hs: fix build

Using pkgconfig like jtojnar suggested.

Disables tests as some necessary data files
aren't included on hackage.
This commit is contained in:
Eric Wolf
2018-08-26 20:44:39 +02:00
parent 64a9aa32ae
commit 5d91e0f57d
2 changed files with 33 additions and 0 deletions
@@ -672,6 +672,9 @@ self: super: {
# https://github.com/bos/bloomfilter/issues/7
bloomfilter = appendPatch super.bloomfilter ./patches/bloomfilter-fix-on-32bit.patch;
# https://github.com/ashutoshrishi/hunspell-hs/pull/3
hunspell-hs = addPkgconfigDepend (dontCheck (appendPatch super.hunspell-hs ./patches/hunspell.patch)) pkgs.hunspell;
# https://github.com/pxqr/base32-bytestring/issues/4
base32-bytestring = dontCheck super.base32-bytestring;