about summary refs log tree commit diff
path: root/pkgs/development/compilers/polyml/5.6.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/polyml/5.6.nix')
-rw-r--r--pkgs/development/compilers/polyml/5.6.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/polyml/5.6.nix b/pkgs/development/compilers/polyml/5.6.nix
index 4354ce7e2d67..bcd52380701a 100644
--- a/pkgs/development/compilers/polyml/5.6.nix
+++ b/pkgs/development/compilers/polyml/5.6.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
     })
   ];
 
-  buildInputs = lib.optional stdenv.isDarwin autoreconfHook;
+  nativeBuildInputs = lib.optional stdenv.isDarwin autoreconfHook;
 
   src = fetchurl {
     url = "mirror://sourceforge/polyml/polyml.${version}.tar.gz";