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-09-02 21:24:44 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-09-06 10:41:28 -0300
commitf2f9262b925de33e05e9e4673568b1b4f8300889 (patch)
tree0daf7b8d7f29e7105d3e354ca0c14f7c9fa32062 /pkgs/servers/nfd
parent1abf09fd9c0c8fcb0be9c361fc7db5e9d6fda493 (diff)
treewide: waf.hook -> wafHook
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 2b6655106de70..ff44695d3cca1 100644
--- a/pkgs/servers/nfd/default.nix
+++ b/pkgs/servers/nfd/default.nix
@@ -8,7 +8,7 @@
 , pkg-config
 , sphinx
 , systemd
-, waf
+, wafHook
 , websocketpp
 , withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd
 , withWebSocket ? true
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     fetchSubmodules = true;
   };
 
-  nativeBuildInputs = [ pkg-config sphinx waf.hook ];
+  nativeBuildInputs = [ pkg-config sphinx wafHook ];
   buildInputs = [ libpcap ndn-cxx openssl websocketpp ] ++ lib.optional withSystemd systemd;
 
   configureFlags = [