ndn-tools: change wafHook to waf.hook

This commit is contained in:
Anderson Torres 2023-08-23 07:58:18 -03:00
parent 22482d879b
commit 7bcd1ad3ad

View File

@ -7,7 +7,7 @@
, openssl
, pkg-config
, sphinx
, wafHook
, waf
}:
stdenv.mkDerivation rec {
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
EOF
'';
nativeBuildInputs = [ pkg-config sphinx wafHook ];
nativeBuildInputs = [ pkg-config sphinx waf.hook ];
buildInputs = [ libpcap ndn-cxx openssl ];
wafConfigureFlags = [