oniguruma: enable posix API

This commit is contained in:
Greizgh
2021-10-23 11:34:31 +02:00
parent 793a6d84ef
commit abe6b7ee70
@@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoreconfHook ];
configureFlags = [ "--enable-posix-api=yes" ];
meta = with lib; {
homepage = "https://github.com/kkos/oniguruma";