about summary refs log tree commit diff
path: root/pkgs/servers/nfd/default.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-09-02 22:46:02 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-09-06 10:41:28 -0300
commite24107b347885af86928e0c1eb5c1c3b4d16e17e (patch)
treeb1cc45f9077323a0477f8f7867217f8c945c233a /pkgs/servers/nfd/default.nix
parentcad7cea44a28cdd15f71d13e3816cd076821b64c (diff)
treewide: convert configureFlags to wafConfigureFlags when appropriate
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 ff44695d3cca1..30f1140ab50ec 100644
--- a/pkgs/servers/nfd/default.nix
+++ b/pkgs/servers/nfd/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkg-config sphinx wafHook ];
   buildInputs = [ libpcap ndn-cxx openssl websocketpp ] ++ lib.optional withSystemd systemd;
 
-  configureFlags = [
+  wafConfigureFlags = [
     "--boost-includes=${boost179.dev}/include"
     "--boost-libs=${boost179.out}/lib"
     "--with-tests"