hunspell: fix tests

This commit is contained in:
Jan Malakhovski
2018-08-11 09:35:20 +00:00
parent 207a8a5d68
commit 856868d72c
@@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses readline ];
nativeBuildInputs = [ autoreconfHook ];
postPatch = ''
patchShebangs tests
'';
autoreconfFlags = "-vfi";
configureFlags = [ "--with-ui" "--with-readline" ];