saldl: Add Python3 for wafHook

This commit is contained in:
Janne Heß
2020-12-17 19:01:33 +01:00
parent c1baf6549f
commit 0e7903738a
+2
View File
@@ -2,6 +2,7 @@
, fetchFromGitHub , fetchFromGitHub
, pkgconfig , pkgconfig
, wafHook , wafHook
, python3
, asciidoc , asciidoc
, docbook_xml_dtd_45 , docbook_xml_dtd_45
, docbook_xsl , docbook_xsl
@@ -25,6 +26,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkgconfig
wafHook wafHook
python3
asciidoc asciidoc
docbook_xml_dtd_45 docbook_xml_dtd_45
docbook_xsl docbook_xsl