about summary refs log tree commit diff
path: root/pkgs/applications/audio/patchage
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-08-23 07:58:16 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-26 13:12:09 +0000
commitc3760fa98a6475856c435414d9aef018a14ffc70 (patch)
tree9532b25136db61854312796a9c7b546138355e24 /pkgs/applications/audio/patchage
parente1ded261e1c284052010cbbd2c1194f8185aadb6 (diff)
patchage: change wafHook to waf.hook
Diffstat (limited to 'pkgs/applications/audio/patchage')
-rw-r--r--pkgs/applications/audio/patchage/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/patchage/default.nix b/pkgs/applications/audio/patchage/default.nix
index 99bbdf693a9c1..603f42886739c 100644
--- a/pkgs/applications/audio/patchage/default.nix
+++ b/pkgs/applications/audio/patchage/default.nix
@@ -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 = {