forked from mirrors/nixpkgs
hunspell: fix tests
This commit is contained in:
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" ];
|
||||
|
|
Loading…
Reference in a new issue