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-09-02 21:24:44 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-09-06 10:41:28 -0300
commitf2f9262b925de33e05e9e4673568b1b4f8300889 (patch)
tree0daf7b8d7f29e7105d3e354ca0c14f7c9fa32062 /pkgs/applications/audio/patchage
parent1abf09fd9c0c8fcb0be9c361fc7db5e9d6fda493 (diff)
treewide: waf.hook -> wafHook
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 603f42886739c..99bbdf693a9c1 100644
--- a/pkgs/applications/audio/patchage/default.nix
+++ b/pkgs/applications/audio/patchage/default.nix
@@ -10,7 +10,7 @@
 , libjack2
 , pkg-config
 , python3
-, waf
+, wafHook
 }:
 
 stdenv.mkDerivation rec {
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
     gtkmm2
     libjack2
     python3
-    waf.hook
+    wafHook
   ];
 
   meta = {