about summary refs log tree commit diff
path: root/pkgs/development/libraries/shibboleth-sp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/shibboleth-sp/default.nix')
-rw-r--r--pkgs/development/libraries/shibboleth-sp/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/shibboleth-sp/default.nix b/pkgs/development/libraries/shibboleth-sp/default.nix
index 4bdc9503c9afe..219cda38bc28b 100644
--- a/pkgs/development/libraries/shibboleth-sp/default.nix
+++ b/pkgs/development/libraries/shibboleth-sp/default.nix
@@ -10,9 +10,8 @@ stdenv.mkDerivation rec {
     sha256 = "1b5r4nd098lnjwr2g13f04ycqv5fvbrhpwg6fsdk8xy9cigvfzxj";
   };
 
-  nativeBuildInputs = [ pkgconfig ];
+  nativeBuildInputs = [ autoreconfHook pkgconfig ];
   buildInputs = [ boost fcgi openssl opensaml-cpp log4shib xercesc xml-security-c xml-tooling-c ];
-  nativeBuildInputs = [ autoreconfHook ];
 
   configureFlags = [
     "--without-apxs"