ndn-cxx: change wafHook to waf.hook

This commit is contained in:
Anderson Torres 2023-08-23 08:32:24 -03:00
parent 4d4f70310d
commit 74ce9c7ef3

View File

@ -5,7 +5,7 @@
, pkg-config
, python3
, python3Packages
, wafHook
, waf
, boost179
, openssl
, sqlite
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-nnnxlkYVTSRB6ZcuIUDFol999+amGtqegHXK+06ITK8=";
};
nativeBuildInputs = [ doxygen pkg-config python3 python3Packages.sphinx wafHook ];
nativeBuildInputs = [ doxygen pkg-config python3 python3Packages.sphinx waf.hook ];
buildInputs = [ boost179 openssl sqlite ];