polyml: autoreconfHook -> nativeBuildInputs

Thanks, @peterhoeg.
This commit is contained in:
Eric Bailey
2017-06-18 11:41:26 -05:00
parent 6818848fac
commit 0f51a2a029
@@ -8,8 +8,9 @@ stdenv.mkDerivation rec {
substituteInPlace configure.ac --replace stdc++ c++ substituteInPlace configure.ac --replace stdc++ c++
''; '';
buildInputs = [ libffi gmp ] ++ buildInputs = [ libffi gmp ];
stdenv.lib.optional stdenv.isDarwin autoreconfHook;
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin autoreconfHook;
configureFlags = [ configureFlags = [
"--enable-shared" "--enable-shared"