hunspell: fix tests

This commit is contained in:
Jan Malakhovski 2018-08-08 18:35:48 +00:00
parent 207a8a5d68
commit 856868d72c

View file

@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses readline ];
nativeBuildInputs = [ autoreconfHook ];
postPatch = ''
patchShebangs tests
'';
autoreconfFlags = "-vfi";
configureFlags = [ "--with-ui" "--with-readline" ];