saldl: change wafHook to waf.hook

This commit is contained in:
Anderson Torres 2023-08-23 07:58:18 -03:00
parent 7bcd1ad3ad
commit 7bb6472b59

View File

@ -1,7 +1,7 @@
{ lib, stdenv
, fetchFromGitHub
, pkg-config
, wafHook
, waf
, python3
, asciidoc
, docbook_xml_dtd_45
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
wafHook
waf.hook
python3
asciidoc
docbook_xml_dtd_45