hunspell: add patch to look in XDG_DATA_DIRS

This commit is contained in:
Matthew Bauer
2019-07-24 17:39:24 -04:00
parent 2db3a7d1e6
commit 69423bd5aa
2 changed files with 39 additions and 0 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses readline ];
nativeBuildInputs = [ autoreconfHook ];
patches = [ ./0001-Make-hunspell-look-in-XDG_DATA_DIRS-for-dictionaries.patch ];
postPatch = ''
patchShebangs tests
'';