hunspell: fix tests
This commit is contained in:
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user