patchage: change wafHook to waf.hook

This commit is contained in:
Anderson Torres 2023-08-23 07:58:16 -03:00
parent e1ded261e1
commit c3760fa98a

View File

@ -10,7 +10,7 @@
, libjack2
, pkg-config
, python3
, wafHook
, waf
}:
stdenv.mkDerivation rec {
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
gtkmm2
libjack2
python3
wafHook
waf.hook
];
meta = {