about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 03:26:54 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 03:26:54 +0300
commit2e6b5c41afc9e217d893683e4b84e21a03142706 (patch)
treebd9a87b224e12a643c720b2abbaa67c2c0f3340d /pkgs/servers/http
parentcc7c9f567601d90b742f20c540a40dea6a38e59a (diff)
downloadnixlib-2e6b5c41afc9e217d893683e4b84e21a03142706.tar
nixlib-2e6b5c41afc9e217d893683e4b84e21a03142706.tar.gz
nixlib-2e6b5c41afc9e217d893683e4b84e21a03142706.tar.bz2
nixlib-2e6b5c41afc9e217d893683e4b84e21a03142706.tar.lz
nixlib-2e6b5c41afc9e217d893683e4b84e21a03142706.tar.xz
nixlib-2e6b5c41afc9e217d893683e4b84e21a03142706.tar.zst
nixlib-2e6b5c41afc9e217d893683e4b84e21a03142706.zip
treewide: Make explicit that 'dev' output of apacheHttpd is used
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix2
1 files changed, 1 insertions, 1 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 5bad8b7dc53d..67648f9d4f2c 100644
--- a/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
+++ b/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ apacheHttpd autoconf autoreconfHook automake curl glib lasso libtool libxml2 libxslt openssl pkgconfig xmlsec ];
 
-  configureFlags = ["--with-apxs2=${apacheHttpd}/bin/apxs" "--exec-prefix=$out"];
+  configureFlags = ["--with-apxs2=${apacheHttpd.dev}/bin/apxs" "--exec-prefix=$out"];
 
   installPhase = ''
     mkdir -p $out/bin