hunspell: fix tests
This commit is contained in:
parent
207a8a5d68
commit
856868d72c
@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ ncurses readline ];
|
buildInputs = [ ncurses readline ];
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs tests
|
||||||
|
'';
|
||||||
|
|
||||||
autoreconfFlags = "-vfi";
|
autoreconfFlags = "-vfi";
|
||||||
|
|
||||||
configureFlags = [ "--with-ui" "--with-readline" ];
|
configureFlags = [ "--with-ui" "--with-readline" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user