ams-lv2: change wafHook to waf.hook

This commit is contained in:
Anderson Torres
2023-08-26 13:12:09 +00:00
parent 5abaf61d0f
commit 100df07ba5
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cairo, fftw, gtkmm2, lv2, lvtk, pkg-config
, wafHook, python3 }:
, waf, python3 }:
stdenv.mkDerivation rec {
pname = "ams-lv2";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1lz2mvk4gqsyf92yxd3aaldx0d0qi28h4rnnvsaz4ls0ccqm80nk";
};
nativeBuildInputs = [ pkg-config wafHook python3 ];
nativeBuildInputs = [ pkg-config waf.hook python3 ];
buildInputs = [ cairo fftw gtkmm2 lv2 lvtk ];
meta = with lib; {