mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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++
|
||||
'';
|
||||
|
||||
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 New Issue
Block a user