From a10cefb38abe5d069484d1fc5c386662276fe59f Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Wed, 23 Aug 2023 07:58:17 -0300 Subject: [PATCH] samba4: change wafHook to waf.hook --- pkgs/servers/samba/4.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix index 9a5ebd9f63ec..1d4822080854 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