polyml: autoreconfHook -> nativeBuildInputs
Thanks, @peterhoeg.
This commit is contained in:
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user