saldl: change wafHook to waf.hook

This commit is contained in:
Anderson Torres
2023-08-26 13:12:09 +00:00
parent 7bcd1ad3ad
commit 7bb6472b59
+2 -2
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