summary refs log tree commit diff
path: root/pkgs/servers/samba
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-08-23 07:58:17 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-26 13:12:09 +0000
commita10cefb38abe5d069484d1fc5c386662276fe59f (patch)
tree62ad163fa69a36a2050e2e78db07df85b3d5a762 /pkgs/servers/samba
parent4da1700a02b5c379ad368002b5d88cd0378946dc (diff)
downloadnixpkgs-a10cefb38abe5d069484d1fc5c386662276fe59f.tar
nixpkgs-a10cefb38abe5d069484d1fc5c386662276fe59f.tar.gz
nixpkgs-a10cefb38abe5d069484d1fc5c386662276fe59f.tar.bz2
nixpkgs-a10cefb38abe5d069484d1fc5c386662276fe59f.tar.lz
nixpkgs-a10cefb38abe5d069484d1fc5c386662276fe59f.tar.xz
nixpkgs-a10cefb38abe5d069484d1fc5c386662276fe59f.tar.zst
nixpkgs-a10cefb38abe5d069484d1fc5c386662276fe59f.zip
samba4: change wafHook to waf.hook
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 9a5ebd9f63e..1d482208085 100644
--- a/pkgs/servers/samba/4.x.nix
+++ b/pkgs/servers/samba/4.x.nix
@@ -1,7 +1,7 @@
 { lib, stdenv
 , buildPackages
 , fetchurl
-, wafHook
+, waf
 , pkg-config
 , bison
 , flex
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [
     python3Packages.python
-    wafHook
+    waf.hook
     pkg-config
     bison
     flex