1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-8aFZdhh6ovLCR0A17rvWq/Oif66rSMnHcCYHjClNElw=";
14 nativeBuildInputs = [ autoreconfHook ];
15 configureFlags = [ "--enable-posix-api=yes" ];
18 homepage = "https://github.com/kkos/oniguruma";
19 description = "Regular expressions library";
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ ];
22 platforms = platforms.unix;