about summary refs log tree commit diff
path: root/pkgs/servers/http/spawn-fcgi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/spawn-fcgi/default.nix')
-rw-r--r--pkgs/servers/http/spawn-fcgi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/spawn-fcgi/default.nix b/pkgs/servers/http/spawn-fcgi/default.nix
index 090450ba9688..77272694a89d 100644
--- a/pkgs/servers/http/spawn-fcgi/default.nix
+++ b/pkgs/servers/http/spawn-fcgi/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
     sha256 = "07r6nwbg4881mdgp0hqh80c4x9wb7jg6cgc84ghwhfbd2abc2iq5";
   };
 
-  buildInputs = [ automake autoconf ];
+  nativeBuildInputs = [ automake autoconf ];
 
   preConfigure = ''
     ./autogen.sh