jalv: change wafHook to waf.hook

This commit is contained in:
Anderson Torres 2023-08-23 07:58:15 -03:00
parent 500a456d7c
commit a3e2ad556e

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, gtk2, libjack2, lilv, lv2, pkg-config, python3
, serd, sord , sratom, suil, wafHook }:
, serd, sord , sratom, suil, waf }:
stdenv.mkDerivation rec {
pname = "jalv";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-ktFBeBtmQ3MgfDQ868XpuM7UYfryb9zLld8AB7BjnhY=";
};
nativeBuildInputs = [ pkg-config wafHook ];
nativeBuildInputs = [ pkg-config waf.hook ];
buildInputs = [
gtk2 libjack2 lilv lv2 python3 serd sord sratom suil
];