about summary refs log tree commit diff
path: root/pkgs/servers/samba
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/servers/samba
parent1abf09fd9c0c8fcb0be9c361fc7db5e9d6fda493 (diff)
treewide: waf.hook -> wafHook
Diffstat (limited to 'pkgs/servers/samba')
-rw-r--r--pkgs/servers/samba/4.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix
index 85cc6b0e24721..391ffe72c80ec 100644
--- a/pkgs/servers/samba/4.x.nix
+++ b/pkgs/servers/samba/4.x.nix
@@ -1,7 +1,7 @@
 { lib, stdenv
 , buildPackages
 , fetchurl
-, waf
+, wafHook
 , pkg-config
 , bison
 , flex
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [
     python3Packages.python
-    waf.hook
+    wafHook
     pkg-config
     bison
     flex