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-23 07:58:17 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-26 13:12:09 +0000
commit4da1700a02b5c379ad368002b5d88cd0378946dc (patch)
tree00555c504882342ff316aa06495f64a07fbb2b21 /pkgs/servers/nfd
parent11b910d8c735143eb5825e690b4bf910fcbea77b (diff)
nfd: change wafHook to waf.hook
Diffstat (limited to 'pkgs/servers/nfd')
-rw-r--r--pkgs/servers/nfd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nfd/default.nix b/pkgs/servers/nfd/default.nix
index 30f1140ab50ec..e790d07a8f669 100644
--- a/pkgs/servers/nfd/default.nix
+++ b/pkgs/servers/nfd/default.nix
@@ -8,7 +8,7 @@
 , pkg-config
 , sphinx
 , systemd
-, wafHook
+, waf
 , websocketpp
 , withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd
 , withWebSocket ? true
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     fetchSubmodules = true;
   };
 
-  nativeBuildInputs = [ pkg-config sphinx wafHook ];
+  nativeBuildInputs = [ pkg-config sphinx waf.hook ];
   buildInputs = [ libpcap ndn-cxx openssl websocketpp ] ++ lib.optional withSystemd systemd;
 
   wafConfigureFlags = [