polyml: autoreconfHook -> nativeBuildInputs
Thanks, @peterhoeg.
This commit is contained in:
parent
6818848fac
commit
0f51a2a029
1 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,9 @@ stdenv.mkDerivation rec {
|
|||
substituteInPlace configure.ac --replace stdc++ c++
|
||||
'';
|
||||
|
||||
buildInputs = [ libffi gmp ] ++
|
||||
stdenv.lib.optional stdenv.isDarwin autoreconfHook;
|
||||
buildInputs = [ libffi gmp ];
|
||||
|
||||
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin autoreconfHook;
|
||||
|
||||
configureFlags = [
|
||||
"--enable-shared"
|
||||
|
|
Loading…
Reference in a new issue