about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-03-31 03:15:41 -0500
committerGitHub <noreply@github.com>2022-03-31 03:15:41 -0500
commit5187709ff77987d212d0f37b73c9a66d201e7fe6 (patch)
tree63bfa479580ddc30b4ac1726357be8d0bc5a638e /pkgs/servers
parent36436ac2feb0f0e25bda6c40f447066dcece5d38 (diff)
parent21faf9fc29b10d0912411d6022751e931b1a8e54 (diff)
downloadnixlib-5187709ff77987d212d0f37b73c9a66d201e7fe6.tar
nixlib-5187709ff77987d212d0f37b73c9a66d201e7fe6.tar.gz
nixlib-5187709ff77987d212d0f37b73c9a66d201e7fe6.tar.bz2
nixlib-5187709ff77987d212d0f37b73c9a66d201e7fe6.tar.lz
nixlib-5187709ff77987d212d0f37b73c9a66d201e7fe6.tar.xz
nixlib-5187709ff77987d212d0f37b73c9a66d201e7fe6.tar.zst
nixlib-5187709ff77987d212d0f37b73c9a66d201e7fe6.zip
Merge pull request #166508 from siraben/automake-buildinputs
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix4
-rw-r--r--pkgs/servers/http/spawn-fcgi/default.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix b/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
index 8763591d05e3..cc6e8c116eed 100644
--- a/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
+++ b/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
@@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
     sha256 = "0alfa8hz09jdg29bi1mvhwyr2nl0nvss2a2kybrcjvdw1fx6vijn";
   };
 
-  nativeBuildInputs = [ autoreconfHook pkg-config ];
-  buildInputs = [ apacheHttpd autoconf automake curl glib lasso libtool libxml2 libxslt openssl xmlsec ];
+  nativeBuildInputs = [ autoreconfHook pkg-config autoconf automake ];
+  buildInputs = [ apacheHttpd curl glib lasso libtool libxml2 libxslt openssl xmlsec ];
 
   configureFlags = ["--with-apxs2=${apacheHttpd.dev}/bin/apxs" "--exec-prefix=$out"];
 
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