ntdb: Add Python 2 for wafHook

This commit is contained in:
Janne Heß 2020-12-10 12:17:51 +01:00
parent 2d505c9051
commit c1baf6549f
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -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 = [