about summary refs log tree commit diff
path: root/pkgs/servers/nfd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/nfd/default.nix')
-rw-r--r--pkgs/servers/nfd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/nfd/default.nix b/pkgs/servers/nfd/default.nix
index e790d07a8f66..2b6655106de7 100644
--- a/pkgs/servers/nfd/default.nix
+++ b/pkgs/servers/nfd/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkg-config sphinx waf.hook ];
   buildInputs = [ libpcap ndn-cxx openssl websocketpp ] ++ lib.optional withSystemd systemd;
 
-  wafConfigureFlags = [
+  configureFlags = [
     "--boost-includes=${boost179.dev}/include"
     "--boost-libs=${boost179.out}/lib"
     "--with-tests"