From 69423bd5aac831e40ca7d925021653d89c5caea3 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 24 Jul 2019 15:39:46 -0400 Subject: hunspell: add patch to look in XDG_DATA_DIRS --- pkgs/development/libraries/hunspell/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/libraries/hunspell/default.nix') diff --git a/pkgs/development/libraries/hunspell/default.nix b/pkgs/development/libraries/hunspell/default.nix index 3728c05e516..18e32585ce2 100644 --- a/pkgs/development/libraries/hunspell/default.nix +++ b/pkgs/development/libraries/hunspell/default.nix @@ -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 ''; -- cgit 1.4.1