summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 19:49:30 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:30 +0200
commit8bbc3fe8014d0f0e34dcc2ef011c27ea3a9f0fb8 (patch)
tree2dcf1c155b0dcb81502ba58cbb541cd01177b6c6 /pkgs/tools/networking
parent4e0307dcfc4674f733bbb3e93dbe15ae910258e2 (diff)
downloadnixpkgs-8bbc3fe8014d0f0e34dcc2ef011c27ea3a9f0fb8.tar
nixpkgs-8bbc3fe8014d0f0e34dcc2ef011c27ea3a9f0fb8.tar.gz
nixpkgs-8bbc3fe8014d0f0e34dcc2ef011c27ea3a9f0fb8.tar.bz2
nixpkgs-8bbc3fe8014d0f0e34dcc2ef011c27ea3a9f0fb8.tar.lz
nixpkgs-8bbc3fe8014d0f0e34dcc2ef011c27ea3a9f0fb8.tar.xz
nixpkgs-8bbc3fe8014d0f0e34dcc2ef011c27ea3a9f0fb8.tar.zst
nixpkgs-8bbc3fe8014d0f0e34dcc2ef011c27ea3a9f0fb8.zip
treewide: Make explicit that 'dev' output of expat is used
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/unbound/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/unbound/default.nix b/pkgs/tools/networking/unbound/default.nix
index f639044a195..684b9b13a80 100644
--- a/pkgs/tools/networking/unbound/default.nix
+++ b/pkgs/tools/networking/unbound/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   configureFlags = [
     "--with-ssl=${openssl.dev}"
-    "--with-libexpat=${expat}"
+    "--with-libexpat=${expat.dev}"
     "--with-libevent=${libevent.dev}"
     "--localstatedir=/var"
     "--sysconfdir=/etc"