lvtk: change wafHook to waf.hook

This commit is contained in:
Anderson Torres
2023-08-26 13:12:09 +00:00
parent b6b4958ed9
commit d6af0d07de
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, boost, gtkmm2, lv2, pkg-config, python3, wafHook }:
{ lib, stdenv, fetchFromGitHub, boost, gtkmm2, lv2, pkg-config, python3, waf }:
stdenv.mkDerivation rec {
pname = "lvtk";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-6IoyhBig3Nvc4Y8F0w8b1up6sn8O2RmoUVaBQ//+Aaw=";
};
nativeBuildInputs = [ pkg-config python3 wafHook ];
nativeBuildInputs = [ pkg-config python3 waf.hook ];
buildInputs = [ boost gtkmm2 lv2 ];
enableParallelBuilding = true;