nfd: change wafHook to waf.hook

This commit is contained in:
Anderson Torres 2023-08-23 07:58:17 -03:00
parent 11b910d8c7
commit 4da1700a02

View file

@ -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 = [