oniguruma: switch to autotools

This commit is contained in:
zowoq 2020-05-29 13:14:19 +10:00
parent 9e09fb73ec
commit 8609b214fa

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake }: { stdenv, fetchFromGitHub, autoreconfHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "onig"; pname = "onig";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1sx683hbb58gbjvla69n5vxdzwqhjqisqbfkf9xi95wr7p9ycjhl"; sha256 = "1sx683hbb58gbjvla69n5vxdzwqhjqisqbfkf9xi95wr7p9ycjhl";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ autoreconfHook ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/kkos/oniguruma"; homepage = "https://github.com/kkos/oniguruma";