hunspell: 1.3.3 -> 1.6.1

This commit is contained in:
taku0
2017-04-23 11:42:59 +09:00
parent 26f5fa8f97
commit 5bcaeda4c8
3 changed files with 11 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation {
buildInputs = [ qtwebkit hunspell ];
postPatch = ''
sed -i "s,-lhunspell,-lhunspell-1.3," src/spellcheck/spellcheck.pri
sed -i "s,-lhunspell,-lhunspell-1.6," src/spellcheck/spellcheck.pri
sed -i "s,\$\$\[QT_INSTALL_PLUGINS\],$out/lib/qt5/plugins," src/src.pro
'';