about summary refs log tree commit diff
path: root/pkgs/servers/nfd
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-08-22 23:14:12 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-09-01 15:21:21 +0000
commit9f52275e52509dc667e6b42514ce1531416254a5 (patch)
tree480d9d3c7f67069beffab13db3fb5573e3e23cad /pkgs/servers/nfd
parentdf9537506709430d3e32e4f0214940a15c0c597c (diff)
treewide: change wafConfigureFlags to configureFlags
Because it makes no sense to treat it differently.
Diffstat (limited to 'pkgs/servers/nfd')
-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 e790d07a8f669..2b6655106de70 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"