ntdb: Add Python 2 for wafHook

This commit is contained in:
Janne Heß
2020-12-17 19:01:33 +01:00
parent 2d505c9051
commit c1baf6549f
@@ -1,5 +1,6 @@
{ stdenv { stdenv
, fetchurl , fetchurl
, python2
, python3 , python3
, pkg-config , pkg-config
, readline , readline
@@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
docbook-xsl-nons docbook-xsl-nons
docbook_xml_dtd_42 docbook_xml_dtd_42
wafHook wafHook
python2 # For wafHook
]; ];
buildInputs = [ buildInputs = [